Enum GamepadInput
Enumeration of all types of game pad input
Namespace: EmptyKeys.UserInterface.Input
Assembly: EmptyKeys.UserInterface.dll
Syntax
public enum GamepadInput
Fields
Name | Description |
---|---|
AButton | A button |
BButton | The b button |
CButton | The c button |
DButton | The d button |
DPad | The d pad |
LeftShoulderButton | The left shoulder button |
LeftStickButton | The left stick button |
LeftThumbStick | The left thumb stick |
LeftTrigger | The left trigger |
None | The none |
RightShoulderButton | The right shoulder button |
RightStickButton | The right stick button |
RightThumbStick | The right thumb stick |
RightTrigger | The right trigger |
SelectButton | The select button |
StartButton | The start button |