abstract struct SF::Event::MouseWheelEvent
inherits SF::Event
#
Mouse wheel events parameters (see MouseWheelMoved
)
Deprecated
This event is deprecated and potentially inaccurate.
Use MouseWheelScrollEvent
instead.
Direct known subclasses
SF::Event::MouseWheelMoved
Constructors#
Methods#
#dup : MouseWheelEvent
#
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.