MouseScrollEvent

Defines a mouse scroll event.

Members

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

x
int x;

X position of the cursor

xS
int xS;

Amount of horizontal scroll

y
int y;

Y position of the cursor

yS
int yS;

Amount of vertical scroll

Meta