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
new ui_events(): ui_events;Returns
ui_events
Properties
BUTTON_CLICKED
readonly static BUTTON_CLICKED: 19;Engine enum value for ui_events.BUTTON_CLICKED.
BUTTON_DOWN
readonly static BUTTON_DOWN: 20;Engine enum value for ui_events.BUTTON_DOWN.
CHECK_BUTTON_RESET
readonly static CHECK_BUTTON_RESET: 23;Engine enum value for ui_events.CHECK_BUTTON_RESET.
CHECK_BUTTON_SET
readonly static CHECK_BUTTON_SET: 22;Engine enum value for ui_events.CHECK_BUTTON_SET.
EDIT_TEXT_COMMIT
readonly static EDIT_TEXT_COMMIT: 79;Engine enum value for ui_events.EDIT_TEXT_COMMIT.
LIST_ITEM_CLICKED
readonly static LIST_ITEM_CLICKED: 37;Engine enum value for ui_events.LIST_ITEM_CLICKED.
LIST_ITEM_SELECT
readonly static LIST_ITEM_SELECT: 38;Engine enum value for ui_events.LIST_ITEM_SELECT.
LIST_ITEM_UNSELECT
readonly static LIST_ITEM_UNSELECT: 39;Engine enum value for ui_events.LIST_ITEM_UNSELECT.
MAIN_MENU_RELOADED
readonly static MAIN_MENU_RELOADED: 84;Engine enum value for ui_events.MAIN_MENU_RELOADED.
MESSAGE_BOX_CANCEL_CLICKED
readonly static MESSAGE_BOX_CANCEL_CLICKED: 47;Engine enum value for ui_events.MESSAGE_BOX_CANCEL_CLICKED.
MESSAGE_BOX_COPY_CLICKED
readonly static MESSAGE_BOX_COPY_CLICKED: 48;Engine enum value for ui_events.MESSAGE_BOX_COPY_CLICKED.
MESSAGE_BOX_NO_CLICKED
readonly static MESSAGE_BOX_NO_CLICKED: 46;Engine enum value for ui_events.MESSAGE_BOX_NO_CLICKED.
MESSAGE_BOX_OK_CLICKED
readonly static MESSAGE_BOX_OK_CLICKED: 42;Engine enum value for ui_events.MESSAGE_BOX_OK_CLICKED.
MESSAGE_BOX_QUIT_GAME_CLICKED
readonly static MESSAGE_BOX_QUIT_GAME_CLICKED: 45;Engine enum value for ui_events.MESSAGE_BOX_QUIT_GAME_CLICKED.
MESSAGE_BOX_QUIT_WIN_CLICKED
readonly static MESSAGE_BOX_QUIT_WIN_CLICKED: 44;Engine enum value for ui_events.MESSAGE_BOX_QUIT_WIN_CLICKED.
MESSAGE_BOX_YES_CLICKED
readonly static MESSAGE_BOX_YES_CLICKED: 43;Engine enum value for ui_events.MESSAGE_BOX_YES_CLICKED.
PROPERTY_CLICKED
readonly static PROPERTY_CLICKED: 41;Engine enum value for ui_events.PROPERTY_CLICKED.
RADIOBUTTON_SET
readonly static RADIOBUTTON_SET: 24;Engine enum value for ui_events.RADIOBUTTON_SET.
SCROLLBAR_HSCROLL
readonly static SCROLLBAR_HSCROLL: 34;Engine enum value for ui_events.SCROLLBAR_HSCROLL.
SCROLLBAR_VSCROLL
readonly static SCROLLBAR_VSCROLL: 33;Engine enum value for ui_events.SCROLLBAR_VSCROLL.
SCROLLBOX_MOVE
readonly static SCROLLBOX_MOVE: 32;Engine enum value for ui_events.SCROLLBOX_MOVE.
TAB_CHANGED
readonly static TAB_CHANGED: 21;Engine enum value for ui_events.TAB_CHANGED.
WINDOW_KEY_PRESSED
readonly static WINDOW_KEY_PRESSED: 12;Engine enum value for ui_events.WINDOW_KEY_PRESSED.
WINDOW_KEY_RELEASED
readonly static WINDOW_KEY_RELEASED: 13;Engine enum value for ui_events.WINDOW_KEY_RELEASED.
WINDOW_KEYBOARD_CAPTURE_LOST
readonly static WINDOW_KEYBOARD_CAPTURE_LOST: 16;Engine enum value for ui_events.WINDOW_KEYBOARD_CAPTURE_LOST.
WINDOW_LBUTTON_DB_CLICK
readonly static WINDOW_LBUTTON_DB_CLICK: 11;Engine enum value for ui_events.WINDOW_LBUTTON_DB_CLICK.
WINDOW_LBUTTON_DOWN
readonly static WINDOW_LBUTTON_DOWN: 0;Engine enum value for ui_events.WINDOW_LBUTTON_DOWN.
WINDOW_LBUTTON_UP
readonly static WINDOW_LBUTTON_UP: 3;Engine enum value for ui_events.WINDOW_LBUTTON_UP.
WINDOW_MOUSE_MOVE
readonly static WINDOW_MOUSE_MOVE: 6;Engine enum value for ui_events.WINDOW_MOUSE_MOVE.
WINDOW_RBUTTON_DOWN
readonly static WINDOW_RBUTTON_DOWN: 1;Engine enum value for ui_events.WINDOW_RBUTTON_DOWN.
WINDOW_RBUTTON_UP
readonly static WINDOW_RBUTTON_UP: 4;Engine enum value for ui_events.WINDOW_RBUTTON_UP.