Enum ControllerInput
Represents the inputs on a Xbox One controller as supported by GTA. See Xbox support for button naming.
Namespace: NFive.SDK.Core.Input
Assembly: NFive.SDK.Core.net.dll
Syntax
public enum ControllerInput
Fields
Name | Description |
---|---|
A | The controller A button. |
B | The controller B button. |
DpadDown | The controller directional pad down button. |
DpadLeft | The controller directional pad left button. |
DpadRight | The controller directional pad right button. |
DpadUp | The controller directional pad up button. |
L3 | The controller left stick click. |
LB | The controller left bumper. |
LeftStick | The controller left stick. |
LT | The controller left trigger. |
Menu | The controller menu button. |
None | No controller input. |
R3 | The controller right stick click. |
RB | The controller right bumper. |
RightStick | The controller right stick. |
RT | The controller right trigger. |
View | The controller view button. |
X | The controller X button. |
Y | The controller Y button. |