Class GameControllerAxisEvent
An event to describe a change in a game controller axis state
public class GameControllerAxisEvent : AxisEvent, IInputEventArgs
  - Inheritance
 - 
      objectGameControllerAxisEvent
 
- Implements
 
- Inherited Members
 
Fields
Index
Index of the axis
public int Index
  Field Value
Properties
GameController
The game controller that sent this event
public IGameControllerDevice GameController { 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.