Skip to content

Type Alias: TXR_ui_event

ts
type TXR_ui_event = EnumeratedStaticsValues<typeof ui_events>;

UI event id passed to window message handlers such as CUIScriptWnd.OnKeyboard().

Source

C++ class ui_events

Remarks

Values identify UI notifications, not keyboard or mouse button codes. For input key codes use TXR_DIK_key.