Enum InputManager.GamepadButton
Abstraction for gamepad buttons and axes used as inputs
Namespace: Jotunn.Managers
Assembly: Jotunn.dll
Syntax
public enum InputManager.GamepadButton
Fields
Name | Description |
---|---|
ButtonEast | Eastern button on the gamepad (B on XBox-like) |
ButtonNorth | Nothern button on the gamepad (Y on XBox-like) |
ButtonSouth | Southern button on the gamepad (A on XBox-like) |
ButtonWest | Western button on the gamepad (X on XBox-like) |
DPadDown | Down direction on the directional pad |
DPadLeft | Left direction on the directional pad |
DPadRight | Right direction on the directional pad |
DPadUp | Up direction on the directional pad |
LeftShoulder | Left shoulder button |
LeftStickButton | Left Joystick press |
LeftTrigger | Left trigger |
None | No gamepad button, internally treated as null |
RightShoulder | Right shoulder button |
RightStickButton | Right Joystick press |
RightTrigger | Right trigger |
SelectButton | Left special button (Back on XBox-like) |
StartButton | Right special button (Menu on XBox-like) |