Skip to content

Class: ui_events

UI event id constants.

Source

C++ class ui_events

Custom Constructor

ui_events

Remarks

These values are engine message ids passed to UI callbacks and script window dispatch handlers.

Constructors

Constructor

ts
new ui_events(): ui_events;

Returns

ui_events

Properties

BUTTON_CLICKED

ts
readonly static BUTTON_CLICKED: 19;

Engine enum value for ui_events.BUTTON_CLICKED.


BUTTON_DOWN

ts
readonly static BUTTON_DOWN: 20;

Engine enum value for ui_events.BUTTON_DOWN.


CHECK_BUTTON_RESET

ts
readonly static CHECK_BUTTON_RESET: 23;

Engine enum value for ui_events.CHECK_BUTTON_RESET.


CHECK_BUTTON_SET

ts
readonly static CHECK_BUTTON_SET: 22;

Engine enum value for ui_events.CHECK_BUTTON_SET.


EDIT_TEXT_COMMIT

ts
readonly static EDIT_TEXT_COMMIT: 79;

Engine enum value for ui_events.EDIT_TEXT_COMMIT.


LIST_ITEM_CLICKED

ts
readonly static LIST_ITEM_CLICKED: 37;

Engine enum value for ui_events.LIST_ITEM_CLICKED.


LIST_ITEM_SELECT

ts
readonly static LIST_ITEM_SELECT: 38;

Engine enum value for ui_events.LIST_ITEM_SELECT.


LIST_ITEM_UNSELECT

ts
readonly static LIST_ITEM_UNSELECT: 39;

Engine enum value for ui_events.LIST_ITEM_UNSELECT.


ts
readonly static MAIN_MENU_RELOADED: 84;

Engine enum value for ui_events.MAIN_MENU_RELOADED.


MESSAGE_BOX_CANCEL_CLICKED

ts
readonly static MESSAGE_BOX_CANCEL_CLICKED: 47;

Engine enum value for ui_events.MESSAGE_BOX_CANCEL_CLICKED.


MESSAGE_BOX_COPY_CLICKED

ts
readonly static MESSAGE_BOX_COPY_CLICKED: 48;

Engine enum value for ui_events.MESSAGE_BOX_COPY_CLICKED.


MESSAGE_BOX_NO_CLICKED

ts
readonly static MESSAGE_BOX_NO_CLICKED: 46;

Engine enum value for ui_events.MESSAGE_BOX_NO_CLICKED.


MESSAGE_BOX_OK_CLICKED

ts
readonly static MESSAGE_BOX_OK_CLICKED: 42;

Engine enum value for ui_events.MESSAGE_BOX_OK_CLICKED.


MESSAGE_BOX_QUIT_GAME_CLICKED

ts
readonly static MESSAGE_BOX_QUIT_GAME_CLICKED: 45;

Engine enum value for ui_events.MESSAGE_BOX_QUIT_GAME_CLICKED.


MESSAGE_BOX_QUIT_WIN_CLICKED

ts
readonly static MESSAGE_BOX_QUIT_WIN_CLICKED: 44;

Engine enum value for ui_events.MESSAGE_BOX_QUIT_WIN_CLICKED.


MESSAGE_BOX_YES_CLICKED

ts
readonly static MESSAGE_BOX_YES_CLICKED: 43;

Engine enum value for ui_events.MESSAGE_BOX_YES_CLICKED.


PROPERTY_CLICKED

ts
readonly static PROPERTY_CLICKED: 41;

Engine enum value for ui_events.PROPERTY_CLICKED.


RADIOBUTTON_SET

ts
readonly static RADIOBUTTON_SET: 24;

Engine enum value for ui_events.RADIOBUTTON_SET.


SCROLLBAR_HSCROLL

ts
readonly static SCROLLBAR_HSCROLL: 34;

Engine enum value for ui_events.SCROLLBAR_HSCROLL.


SCROLLBAR_VSCROLL

ts
readonly static SCROLLBAR_VSCROLL: 33;

Engine enum value for ui_events.SCROLLBAR_VSCROLL.


SCROLLBOX_MOVE

ts
readonly static SCROLLBOX_MOVE: 32;

Engine enum value for ui_events.SCROLLBOX_MOVE.


TAB_CHANGED

ts
readonly static TAB_CHANGED: 21;

Engine enum value for ui_events.TAB_CHANGED.


WINDOW_KEY_PRESSED

ts
readonly static WINDOW_KEY_PRESSED: 12;

Engine enum value for ui_events.WINDOW_KEY_PRESSED.


WINDOW_KEY_RELEASED

ts
readonly static WINDOW_KEY_RELEASED: 13;

Engine enum value for ui_events.WINDOW_KEY_RELEASED.


WINDOW_KEYBOARD_CAPTURE_LOST

ts
readonly static WINDOW_KEYBOARD_CAPTURE_LOST: 16;

Engine enum value for ui_events.WINDOW_KEYBOARD_CAPTURE_LOST.


WINDOW_LBUTTON_DB_CLICK

ts
readonly static WINDOW_LBUTTON_DB_CLICK: 11;

Engine enum value for ui_events.WINDOW_LBUTTON_DB_CLICK.


WINDOW_LBUTTON_DOWN

ts
readonly static WINDOW_LBUTTON_DOWN: 0;

Engine enum value for ui_events.WINDOW_LBUTTON_DOWN.


WINDOW_LBUTTON_UP

ts
readonly static WINDOW_LBUTTON_UP: 3;

Engine enum value for ui_events.WINDOW_LBUTTON_UP.


WINDOW_MOUSE_MOVE

ts
readonly static WINDOW_MOUSE_MOVE: 6;

Engine enum value for ui_events.WINDOW_MOUSE_MOVE.


WINDOW_RBUTTON_DOWN

ts
readonly static WINDOW_RBUTTON_DOWN: 1;

Engine enum value for ui_events.WINDOW_RBUTTON_DOWN.


WINDOW_RBUTTON_UP

ts
readonly static WINDOW_RBUTTON_UP: 4;

Engine enum value for ui_events.WINDOW_RBUTTON_UP.