- __anonymous
mixin defineStyles!("emptyStyle", q{ style })
Undocumented in source.
- __anonymous
mixin implHoveredRect
Undocumented in source.
- __anonymous
mixin enableInputActions
Undocumented in source.
- blinkTime
float blinkTime;
Time in seconds between changes in cursor visibility.
- size
auto size;
- value
string value;
- placeholder
string placeholder;
A placeholder text for the field, displayed when the field is empty. Style using emptyStyle.
- multiline
deprecated bool multiline()
Undocumented in source. Be warned that the author may not have intended to support it.
- multiline
deprecated bool multiline(bool )
Undocumented in source. Be warned that the author may not have intended to support it.
- resizeImpl
void resizeImpl(Vector2 area)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawImpl
void drawImpl(Rectangle outer, Rectangle inner)
Undocumented in source. Be warned that the author may not have intended to support it.
- keyboardImpl
bool keyboardImpl()
Undocumented in source. Be warned that the author may not have intended to support it.
- _submit
void _submit()
- chopWord
void chopWord()
Erase last inputted word.
- chop
void chop()
Erase last inputted letter.
- pickStyle
inout(Style) pickStyle()
Undocumented in source. Be warned that the author may not have intended to support it.