pixelperfectengine v0.10.0-beta.1 (2021-05-16T17:51:01Z)
Dub
Repo
Button
PixelPerfectEngine
concrete
elements
button
Undocumented in source.
class
Button : WindowElement {
bool
enableRightButtonClick
;
bool
enableMiddleButtonClick
;
this
(dstring text, string source, Box position);
this
(Text text, string source, Box position);
void
draw
();
}
Constructors
this
this
(dstring text, string source, Box position)
Undocumented in source.
this
this
(Text text, string source, Box position)
Undocumented in source.
Members
Functions
draw
void
draw
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
enableMiddleButtonClick
bool
enableMiddleButtonClick
;
Undocumented in source.
enableRightButtonClick
bool
enableRightButtonClick
;
Undocumented in source.
Meta
Source
See Implementation
PixelPerfectEngine
concrete
elements
button
classes
Button