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