Event.MouseWheelEvent

The Mouse wheel Event structure.

struct Event
static
struct MouseWheelEvent {}

Members

Variables

delta_x
short delta_x;

The amount scrolled horizontally.

delta_y
short delta_y;

The amount scrolled vertically.

x
short x;

Current x position.

y
short y;

Current y position.

Meta