![]() |
Jopnal Engine
alpha 0.4
Simple Component Based 2D/3D Game Engine
|
#include <Controller.hpp>
Public Types | |
enum | Button { Unknown, X, O, Square, Triangle, LShoulder, RShoulder, Select, Start, LStick, RStick, PadUp, PadRight, PadDown, PadLeft } |
enum | Axis { LeftStickX, LeftStickY, RightStickX, RightStickY, LTrigger, RTrigger } |
Axes. More... | |
Playstation controller enumerations
Definition at line 79 of file Controller.hpp.
Axes.
Enumerator | |
---|---|
LeftStickX | |
LeftStickY | |
RightStickX | |
RightStickY | |
LTrigger | |
RTrigger |
Definition at line 101 of file Controller.hpp.
Enumerator | |
---|---|
Unknown | |
X | |
O | |
Square | |
Triangle | |
LShoulder | |
RShoulder | |
Select | |
Start | |
LStick | |
RStick | |
PadUp | |
PadRight | |
PadDown | |
PadLeft |
Definition at line 81 of file Controller.hpp.