Struct TextEntryWidgetData

ClassList > TextEntryWidgetData

Public Attributes

Type Name
bool bCaretBlinkState
bool bEnterPressCallbackSet
struct CanvasData canvasWidget
char caretChar
HTimer caretTimer
int currentStringLen
int cursorIndex
int maxStringLen
char onEnterPressLuaCallbackName
XMLUIData * pLayerData
struct TextWidgetData textWidget
int viewmodelRegIndex

Public Attributes Documentation

variable bCaretBlinkState

bool TextEntryWidgetData::bCaretBlinkState;

variable bEnterPressCallbackSet

bool TextEntryWidgetData::bEnterPressCallbackSet;

variable canvasWidget

struct CanvasData TextEntryWidgetData::canvasWidget;

variable caretChar

char TextEntryWidgetData::caretChar;

variable caretTimer

HTimer TextEntryWidgetData::caretTimer;

variable currentStringLen

int TextEntryWidgetData::currentStringLen;

variable cursorIndex

int TextEntryWidgetData::cursorIndex;

variable maxStringLen

int TextEntryWidgetData::maxStringLen;

variable onEnterPressLuaCallbackName

char TextEntryWidgetData::onEnterPressLuaCallbackName[TEXT_WIDGET_DATA_LUA_CALLBACK_NAME_BUFFER_SIZE];

variable pLayerData

XMLUIData* TextEntryWidgetData::pLayerData;

variable textWidget

struct TextWidgetData TextEntryWidgetData::textWidget;

variable viewmodelRegIndex

int TextEntryWidgetData::viewmodelRegIndex;


The documentation for this class was generated from the following file /home/runner/work/2DFarmingRPG/2DFarmingRPG/Stardew/engine/src/gameframework/layers/UI/widgets/TextEntryWidget.c