MouseWheel

Mouse information for use in mouse wheel events

Members

Variables

delta
Vector2 delta;

The amount scrolled X: Positive to the right, negative to the left Y: Positive up, negative down

direction
int direction;

Whether it's reversed or not

instance
uint instance;

The mouse instance ID

Meta