Enum GamePadAxis
Axis for gamepad returned by GamePadState.
[Flags]
public enum GamePadAxis : ushortFields
- LeftThumbX = 2
- The X-Axis of the left thumb stick 
- LeftThumbY = 4
- The Y-Axis of the left thumb stick 
- LeftTrigger = 32
- The left trigger 
- None = 0
- No Axis 
- RightThumbX = 8
- The X-Axis of the right thumb stick 
- RightThumbY = 16
- The Y-Axis of the right thumb stick 
- RightTrigger = 64
- The right trigger