MouseClickEvent

Defines a mouse click event. Also supplies the screen coordinates of the click event.

Members

Functions

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

Variables

button
ushort button;

Button ID

dir
ubyte dir;

Up or down

repeat
ubyte repeat;

Non-zero if multiple clicks occured.

x
int x;

X coordinate

y
int y;

Y coordinate

Meta