Class GamePadAxisEvent
An event to describe a change in a gamepad axis
public class GamePadAxisEvent : AxisEvent, IInputEventArgs
- Inheritance
-
GamePadAxisEvent
- Implements
- Inherited Members
Fields
Axis
The gamepad axis identifier
public GamePadAxis Axis
Field Value
Properties
GamePad
The gamepad that sent this event
public IGamePadDevice GamePad { 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.