MouseMotion

Mouse information for use in mouse motion events

Members

Variables

instance
uint instance;

The mouse instance ID

motion
Vector2 motion;

The change in position relative to the window

position
Vector2 position;

The new position relative to the window

state
uint state;

Bitmask of the mouse state

Meta