summaryrefslogtreecommitdiff
path: root/src/event.h
blob: d116fa99cddbabae3f7818079cb99383794dc0ba (plain)
1
2
3
4
5
6
#pragma once

#include <ui.h>

/// Push an event into the widget library.
void PushWidgetEvent(uiWidgetEvent* event);