Class GameControllerButtonEvent
An event to describe a change in game controller button state
public class GameControllerButtonEvent : ButtonEvent, IInputEventArgs
  - Inheritance
 - 
      objectGameControllerButtonEvent
 
- Implements
 
- Inherited Members
 
Fields
Index
The index of the button
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.