UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
textEntryExtraData_s Struct Reference

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_sonAbort
 
uiSprite_tbackground
 
LUA_EVENT lua_onTextEntryAbort
 

Detailed Description

extradata for the textentry, to custom draw and behaviour

Definition at line 42 of file ui_node_textentry.h.

Field Documentation

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.


The documentation for this struct was generated from the following file: