Carriage

Undocumented in source.

Members

Functions

attach
void attach(EditComponent* editComponent)
Undocumented in source. Be warned that the author may not have intended to support it.
moveCarriage
void moveCarriage(int delta)
Undocumented in source. Be warned that the author may not have intended to support it.
navigateCarriage
int navigateCarriage(int direction)
Undocumented in source. Be warned that the author may not have intended to support it.
onProgress
void onProgress(ProgressEvent event)
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.
setCarriagePos
void setCarriagePos(int newPos)
Undocumented in source. Be warned that the author may not have intended to support it.
setCarriagePosFromMousePos
void setCarriagePosFromMousePos(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
setCarriagePosWithoutCheckSelection
void setCarriagePosWithoutCheckSelection(int newPos)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

absolutePosition
vec2 absolutePosition;
Undocumented in source.
blinkThreshold
auto blinkThreshold;
Undocumented in source.
commonSplitChars
auto commonSplitChars;
Undocumented in source.
editComponent
EditComponent* editComponent;
Undocumented in source.
japanesePunctuation
auto japanesePunctuation;
Undocumented in source.
pos
int pos;
Undocumented in source.
scrollDelta
float scrollDelta;
Undocumented in source.
splitChars
auto splitChars;
Undocumented in source.
timer
float timer;
Undocumented in source.
visible
bool visible;
Undocumented in source.

Meta