Mouse.BaseState

Undocumented in source.

Members

Functions

toYAML
YAMLNode toYAML()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

fromYAML
BaseState fromYAML(YAMLNode yaml)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

buttons_
Flag!"pressed"[Button.max + 1] buttons_;
Undocumented in source.
click_
Flag!"click"[Button.max + 1] click_;
Undocumented in source.
doubleClick_
Flag!"doubleClick"[Button.max + 1] doubleClick_;
Undocumented in source.
wheelX_
int wheelX_;
Undocumented in source.
wheelY_
int wheelY_;
Undocumented in source.
x_
int x_;
Undocumented in source.
y_
int y_;
Undocumented in source.

Meta