struct Espresso::MouseScrollEvent
- Espresso::MouseScrollEvent
- Espresso::MouseEvent
- Espresso::WindowEvent
- Struct
- Value
- Object
Overview
Event triggered when the mouse is scrolled.
Defined in:
espresso/events/mouse_scroll_event.crInstance Method Summary
-
#x : Float64
The scroll offset along the x-axis.
-
#y : Float64
The scroll offset along the y-axis.