UFO: Alien Invasion
|
extradata for the textentry, to custom draw and behaviour More...
#include <ui_node_textentry.h>
Data Fields | |
bool | isPassword |
bool | clickOutAbort |
int | cursorPosition |
struct uiAction_s * | onAbort |
uiSprite_t * | background |
LUA_EVENT | lua_onTextEntryAbort |
extradata for the textentry, to custom draw and behaviour
Definition at line 42 of file ui_node_textentry.h.
uiSprite_t* textEntryExtraData_s::background |
Sprite used as a background
Definition at line 47 of file ui_node_textentry.h.
bool textEntryExtraData_s::clickOutAbort |
If we click out an activated node, it abort the edition
Definition at line 44 of file ui_node_textentry.h.
int textEntryExtraData_s::cursorPosition |
Cursor position (offset of next UTF-8 char to the right)
Definition at line 45 of file ui_node_textentry.h.
bool textEntryExtraData_s::isPassword |
Display '*' instead of the real text
Definition at line 43 of file ui_node_textentry.h.
LUA_EVENT textEntryExtraData_s::lua_onTextEntryAbort |
references the event in lua: on_textabort(node)
Definition at line 48 of file ui_node_textentry.h.
struct uiAction_s* textEntryExtraData_s::onAbort |
Definition at line 46 of file ui_node_textentry.h.