MouseWheelEvent Class
Namespace: Stride.InputAssembly: Stride.Input.dll
Event for a mouse wheel being used
Derived from MouseWheelEvent:
public class MouseWheelEvent : InputEvent, IInputEventArgs
Name | Description | |
---|---|---|
Fields | ||
WheelDelta | The amount the mouse wheel scrolled |
|
Properties | ||
Mouse | The mouse that sent this event |
|
Methods | ||
ToString() |
Fields
WheelDelta
The amount the mouse wheel scrolled
public float WheelDelta
Field Value
Type | Description |
---|---|
System.Single |
Properties
Mouse
The mouse that sent this event
public IMouseDevice Mouse { get; }
Property Value
Type | Description |
---|---|
IMouseDevice |
Methods
ToString()
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()