Class MouseWheelEvent
Event for a mouse wheel being used
public class MouseWheelEvent : InputEvent, IInputEventArgs
- Inheritance
-
MouseWheelEvent
- Implements
- Inherited Members
Fields
WheelDelta
The amount the mouse wheel scrolled
public float WheelDelta
Field Value
Properties
Mouse
The mouse that sent this event
public IMouseDevice Mouse { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.