MouseMotionEvent

Packs mousemotion event information into a single struct.

public
struct MouseMotionEvent {}

Members

Variables

buttonState
uint buttonState;

State of the buttons

relX
int relX;

Horizontal amount of mouse movement

relY
int relY;

Vertical amount of mouse movement

x
int x;

Horizontal position of the cursor

y
int y;

Vertical position of the cursor

Meta