Event.MouseWheelScrollEvent

Mouse wheel scroll events parameters (MouseWheelScrolled)

struct Event
struct MouseWheelScrollEvent {}

Members

Variables

delta
float delta;

Wheel offset. High precision mice may use non-integral offsets.

wheel
Mouse.Wheel wheel;

Which wheel (for mice with multiple ones).

x
int x;

X position of the mouse pointer, relative to the left of the owner window.

y
int y;

Y position of the mouse pointer, relative to the top of the owner window.

Meta