Enum Buttons
Enumerates available buttons for a GamePad
device.
Namespace: OpenTK.Input
Assembly: OpenTK.dll
Syntax
[Flags]
public enum Buttons
Fields
Name | Description |
---|---|
A | A button |
B | B button |
Back | Back button |
BigButton | Home button |
DPadDown | DPad down direction button |
DPadLeft | DPad left direction button |
DPadRight | DPad right direction button |
DPadUp | DPad up direction button |
Home | Home button |
LeftShoulder | Left shoulder button |
LeftStick | Left stick button |
LeftThumbstickDown | Left stick down direction button |
LeftThumbstickLeft | Left thumbstick left direction button |
LeftThumbstickRight | Left stick right direction button |
LeftThumbstickUp | Left stick up direction button |
LeftTrigger | Left trigger button |
RightShoulder | Right shoulder button |
RightStick | Right stick button |
RightThumbstickDown | Right thumbstick down direction button |
RightThumbstickLeft | Right stick left direction button |
RightThumbstickRight | Right stick right direction button |
RightThumbstickUp | Right thumbstick up direction button |
RightTrigger | Right trigger button |
Start | Start button |
X | X button |
Y | Y button |