Class GameInputHandler.Paths.Gamepad
A class containing all valid binding paths for controllers.
public static class GameInputHandler.Paths.Gamepad
- Inheritance
-
GameInputHandler.Paths.Gamepad
- Inherited Members
Fields
ButtonEas
Represents the 'B' or 'Cricle' in the Gamepad.
public const string ButtonEas = "<Gamepad>/buttonEast"
Field Value
ButtonNorth
Represents the 'Y' 'Triangle' in the Gamepad.
public const string ButtonNorth = "<Gamepad>/buttonNorth"
Field Value
ButtonSouth
Represents the 'A' or 'Cross' in the Gamepad.
public const string ButtonSouth = "<Gamepad>/buttonSouth"
Field Value
ButtonWest
Represents the 'X' or 'Square' in the Gamepad.
public const string ButtonWest = "<Gamepad>/buttonWest"
Field Value
DpadDown
Represents the 'D-Pad Down' in the Gamepad.
public const string DpadDown = "<Gamepad>/dpad/down"
Field Value
DpadLeft
Represents the 'D-Pad Left' in the Gamepad.
public const string DpadLeft = "<Gamepad>/dpad/left"
Field Value
DpadRight
Represents the 'D-Pad Right' in the Gamepad.
public const string DpadRight = "<Gamepad>/dpad/right"
Field Value
DpadUp
Represents the 'D-Pad Up' in the Gamepad.
public const string DpadUp = "<Gamepad>/dpad/up"
Field Value
LeftBumper
Represents the 'Left Bumper' in the Gamepad.
public const string LeftBumper = "<Gamepad>/leftShoulder"
Field Value
LeftStick
Represents the 'Left Stick' in the Gamepad.
public const string LeftStick = "<Gamepad>/leftStickPress"
Field Value
LeftTrigger
Represents the 'Left Trigger' in the Gamepad.
public const string LeftTrigger = "<Gamepad>/leftTrigger"
Field Value
RightBumper
Represents the 'Right Bumper' in the Gamepad.
public const string RightBumper = "<Gamepad>/rightShoulder"
Field Value
RightStick
Represents the 'Right Stick' in the Gamepad.
public const string RightStick = "<Gamepad>/rightStickPress"
Field Value
RightTrigger
Represents the 'Right Trigger' in the Gamepad.
public const string RightTrigger = "<Gamepad>/rightTrigger"
Field Value
Select
Represents the 'Select' in the Gamepad.
public const string Select = "<Gamepad>/select"
Field Value
Start
Represents the 'Start' in the Gamepad.
public const string Start = "<Gamepad>/start"