![]() |
Jopnal Engine
alpha 0.4
Simple Component Based 2D/3D Game Engine
|
#include <Controller.hpp>
Public Types | |
| enum | Button { Unknown, A, B, X, Y, LShoulder, RShoulder, Back, Start, LStick, RStick, PadUp, PadRight, PadDown, PadLeft, __Count } |
| enum | Axis { LeftStickX, LeftStickY, RightStickX, RightStickY, LTrigger, RTrigger } |
| Axes. More... | |
X-Box controller enumerations
Definition at line 40 of file Controller.hpp.
Axes.
| Enumerator | |
|---|---|
| LeftStickX | |
| LeftStickY | |
| RightStickX | |
| RightStickY | |
| LTrigger | |
| RTrigger | |
Definition at line 66 of file Controller.hpp.
Buttons
| Enumerator | |
|---|---|
| Unknown | |
| A | |
| B | |
| X | |
| Y | |
| LShoulder | |
| RShoulder | |
| Back | |
| Start | |
| LStick | |
| RStick | |
| PadUp | |
| PadRight | |
| PadDown | |
| PadLeft | |
| __Count |
For internal functionality, do not use. |
Definition at line 44 of file Controller.hpp.
1.8.11