MouseMotionEvent

Defines a mouse motion event with the buttons that are held down.

Members

Functions

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

Variables

buttons
uint buttons;

If a bit high, it indicates that button is being held down. See enum MouseButtonFlags to identify each button.

x
int x;

X position of the cursor

xD
int xD;

X amount of the motion

y
int y;

Y position of the cursor

yD
int yD;

Y amount of the motion

Meta