Class GamePadAxisEvent
An event to describe a change in a gamepad axis
public class GamePadAxisEvent : AxisEvent, IInputEventArgs- Inheritance
- 
      objectGamePadAxisEvent
- Implements
- Inherited Members
Fields
Axis
The gamepad axis identifier
public GamePadAxis AxisField 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.