- leftClick
Event!() leftClick;
Undocumented in source.
- rightClick
Event!() rightClick;
Undocumented in source.
- title
Text title;
Undocumented in source.
- pressed
bool pressed;
Undocumented in source.
- mouseFocus
bool mouseFocus;
Undocumented in source.
- m_font
string m_font;
Undocumented in source.
- m_font_size
int m_font_size;
Undocumented in source.
- font
string font [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- fontSize
int fontSize [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- text
string text [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- text
string text [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- setStyle
void setStyle(Style style)
Undocumented in source. Be warned that the author may not have intended to support it.
- onDraw
void onDraw()
Undocumented in source. Be warned that the author may not have intended to support it.
- resize
void resize(int[2] size)
Undocumented in source. Be warned that the author may not have intended to support it.
- onMouseButton
void onMouseButton(Mouse.button button, bool p, int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
- onMouseFocus
void onMouseFocus(bool focus)
Undocumented in source. Be warned that the author may not have intended to support it.