EditComponent

Undocumented in source.

Members

Functions

attach
void attach(TextInput textInput, TextInputTransformsSystem transformsSystem)
Undocumented in source. Be warned that the author may not have intended to support it.
enterText
bool enterText(utf32string charToPut)
Undocumented in source. Be warned that the author may not have intended to support it.
getTextRegionOffset
vec2 getTextRegionOffset(int charPos)
Undocumented in source. Be warned that the author may not have intended to support it.
getTextRegionSize
float getTextRegionSize(int start, int end)
Undocumented in source. Be warned that the author may not have intended to support it.
getTextWidth
float getTextWidth()
Undocumented in source. Be warned that the author may not have intended to support it.
onBlur
void onBlur()
Undocumented in source. Be warned that the author may not have intended to support it.
onDblClick
void onDblClick(DblClickEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
onFocus
void onFocus()
Undocumented in source. Be warned that the author may not have intended to support it.
onKeyPressed
void onKeyPressed(KeyPressedEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
onMouseDown
void onMouseDown(MouseDownEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
onMouseMove
void onMouseMove(MouseMoveEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
onTextEntered
bool onTextEntered(TextEnteredEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
onTripleClick
void onTripleClick(TripleClickEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
removeRegion
void removeRegion(int start, int end)
Undocumented in source. Be warned that the author may not have intended to support it.
removeSelectedRegion
void removeSelectedRegion()
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.
selectAll
void selectAll()
Undocumented in source. Be warned that the author may not have intended to support it.
unselect
void unselect()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

absoulteTextPosition
vec2 absoulteTextPosition;
Undocumented in source.
carriage
Carriage carriage;
Undocumented in source.
commonSplitChars
auto commonSplitChars;
Undocumented in source.
japanesePunctuation
auto japanesePunctuation;
Undocumented in source.
scrollDelta
float scrollDelta;
Undocumented in source.
selectRegion
SelectRegion selectRegion;
Undocumented in source.
splitChars
auto splitChars;
Undocumented in source.
text
utf32string text;
Undocumented in source.
textInput
TextInput textInput;
Undocumented in source.
transformsSystem
TextInputTransformsSystem transformsSystem;
Undocumented in source.

Meta