Stardew Engine
Loading...
Searching...
No Matches
TextEntryWidgetData Struct Reference
Collaboration diagram for TextEntryWidgetData:

Data Fields

struct TextWidgetData textWidget
 
struct CanvasData canvasWidget
 
int maxStringLen
 
int currentStringLen
 
int cursorIndex
 
XMLUIDatapLayerData
 
char caretChar
 
HTimer caretTimer
 
bool bCaretBlinkState
 
char onEnterPressLuaCallbackName [TEXT_WIDGET_DATA_LUA_CALLBACK_NAME_BUFFER_SIZE]
 
bool bEnterPressCallbackSet
 
int viewmodelRegIndex
 

Field Documentation

◆ bCaretBlinkState

bool TextEntryWidgetData::bCaretBlinkState

◆ bEnterPressCallbackSet

bool TextEntryWidgetData::bEnterPressCallbackSet

◆ canvasWidget

struct CanvasData TextEntryWidgetData::canvasWidget

◆ caretChar

char TextEntryWidgetData::caretChar

◆ caretTimer

HTimer TextEntryWidgetData::caretTimer

◆ currentStringLen

int TextEntryWidgetData::currentStringLen

◆ cursorIndex

int TextEntryWidgetData::cursorIndex

◆ maxStringLen

int TextEntryWidgetData::maxStringLen

◆ onEnterPressLuaCallbackName

char TextEntryWidgetData::onEnterPressLuaCallbackName[TEXT_WIDGET_DATA_LUA_CALLBACK_NAME_BUFFER_SIZE]

◆ pLayerData

XMLUIData* TextEntryWidgetData::pLayerData

◆ textWidget

struct TextWidgetData TextEntryWidgetData::textWidget

◆ viewmodelRegIndex

int TextEntryWidgetData::viewmodelRegIndex

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