- chainButton
void chainButton(ButtonWidget btn)
Chains the button.
Chained button will be handled when Enter is pressed.
- changePasswordChar
void changePasswordChar(dchar c)
Changes the character of password field.
- drawCursor
void drawCursor(Window w)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawSelectionRect
void drawSelectionRect(Window w)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawText
void drawText(Window w, float xshift)
Undocumented in source. Be warned that the author may not have intended to support it.
- handleFocused
void handleFocused(bool status)
- handleKey
bool handleKey(Key key, KeyState status)
- handleMouseButton
bool handleMouseButton(MouseButton btn, bool status, vec2 pos)
- handleMouseMove
bool handleMouseMove(vec2 pos)
- handleTextInput
bool handleTextInput(dchar c)
- loadText
void loadText(dstring text, FontFace font)
- lock
void lock()
- retrieveIndexFromAbsPos
long retrieveIndexFromAbsPos(float pos)
Undocumented in source. Be warned that the author may not have intended to support it.
- retrieveIndexFromPos
long retrieveIndexFromPos(float pos)
Undocumented in source. Be warned that the author may not have intended to support it.
- retrievePosFromIndex
float retrievePosFromIndex(long i)
Undocumented in source. Be warned that the author may not have intended to support it.
- retrieveScrollLength
float retrieveScrollLength()
Undocumented in source. Be warned that the author may not have intended to support it.
- unlock
void unlock()
- updateSelectionRect
void updateSelectionRect()
Undocumented in source. Be warned that the author may not have intended to support it.
A widget of line input.