UITextInput

Fields

data
style
textWhenEmpty
textWhenEmptyStyle
cursorLineThickness
cursorBlinkTimer
textDrawOffsetX
selectAllOnFirstClick
modified
lostFocus
onTextChanged
highlightColor

Properties

isEmpty

Functions

GetString()
SetString(string text)

Static Functions

New(string existingText, float width, string style, string textWhenEmpty, string textWhenEmptyStyle, float cursorLineThickness, float textDrawOffsetX, Action onTextChanged, TextInputOptions constraints, Color highlightColor, bool selectAllOnFirstClick)
Update(UIElement self)
Draw(UIElement self, RenderBatch batch)
Destroy(UIElement self)
Interact(UIElement self, UIButtonEvent interaction)