#include <pads.h>
Static Public Methods | |
void | Init (const char *module_path) |
void | Read (void) |
Static Public Attributes | |
const unsigned int | kSelect = 0 |
const unsigned int | kLeftStickButton = 1 |
const unsigned int | kRightStickButton = 2 |
const unsigned int | kStart = 3 |
const unsigned int | kLeftUp = 4 |
const unsigned int | kLeftRight = 5 |
const unsigned int | kLeftDown = 6 |
const unsigned int | kLeftLeft = 7 |
const unsigned int | kL2 = 8 |
const unsigned int | kR2 = 9 |
const unsigned int | kL1 = 10 |
const unsigned int | kR1 = 11 |
const unsigned int | kRightUp = 12 |
const unsigned int | kRightRight = 13 |
const unsigned int | kRightDown = 14 |
const unsigned int | kRightLeft = 15 |
|
Definition at line 51 of file pads.cpp. Referenced by glutInit().
|
|
Definition at line 89 of file pads.cpp. Referenced by glutMainLoop().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|