SF::Event::MouseWheelEvent
Inherits SF::Event / Struct / Value / Object
Mouse wheel events parameters (see MouseWheelMoved)
DEPRECATED: This event is deprecated and potentially inaccurate.
Use MouseWheelScrollEvent instead.
Constructors
new
SourceInstance methods
delta=(delta : Int)
Sourcedup
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.
x=(x : Int)
Sourcey=(y : Int)
Source