SF::Event::MouseWheelScrollEvent
Mouse wheel events parameters (see MouseWheelScrolled)
Constructors
new
SourceInstance methods
delta
Wheel offset (positive is up/left, negative is down/right). High-precision mice may use non-integral offsets.
dup
Returns a shallow copy of this object.
Because Value is a value type, this method returns self,
which already involves a shallow copy of this object because
value types are passed by value.
wheel=(wheel : Mouse::Wheel)
Source