MouseMotionEvent

The Mouse motion Event structure.

Members

Variables

isPressed
bool isPressed;

true, if the button is pressed

rel_x
int rel_x;

Relative motion in the x direction.

rel_y
int rel_y;

Relative motion in the y direction.

x
int x;

Current x position.

y
int y;

Current y position.

Meta