sfml.window.Event.MouseWheelScrolled
See theMouseWheelScrolled companion object
The mouse wheel was scrolled
Value parameters
- delta
-
Wheel offset (positive is up/left, negative is down/right). High-precision mice may use non-integral offsets.
- wheel
-
Which wheel (for mice with multiple ones).
- x
-
X position of the mouse pointer, relative to the left of the owner window.
- y
-
Y position of the mouse pointer, relative to the top of the owner window.
Attributes
- Companion
- object
Members list
In this article