MouseWheelEvent

The Mouse wheel Event structure.

struct MouseWheelEvent {}

Members

Variables

isFlipped
bool isFlipped;

If true, the values in x and y will be opposite. Multiply by -1 to change them back.

x
int x;

The amount scrolled horizontally, positive to the right and negative to the left

y
int y;

The amount scrolled vertically, positive away from the user and negative toward the user

Meta