USB Host Shield 2.0
|
#include "PS4Parser.h"
Go to the source code of this file.
Enumerations | |
enum | DPADEnum { DPAD_UP = 0x0 , DPAD_UP_RIGHT = 0x1 , DPAD_RIGHT = 0x2 , DPAD_RIGHT_DOWN = 0x3 , DPAD_DOWN = 0x4 , DPAD_DOWN_LEFT = 0x5 , DPAD_LEFT = 0x6 , DPAD_LEFT_UP = 0x7 , DPAD_OFF = 0x8 } |
Enumerator | |
---|---|
DPAD_UP | |
DPAD_UP_RIGHT | |
DPAD_RIGHT | |
DPAD_RIGHT_DOWN | |
DPAD_DOWN | |
DPAD_DOWN_LEFT | |
DPAD_LEFT | |
DPAD_LEFT_UP | |
DPAD_OFF |
Definition at line 20 of file PS4Parser.cpp.