Go to the source code of this file.
Functions | |
| void | InitJoystick () |
| void | ShutdownJoystick () |
| DEFINE_RUNTIME_CLASSTYPE_CODE (JoystickCursorProcess, Process) | |
Variables | |
| static SDL_Joystick * | joy [JOY_LAST] = {0} |
| DEFINE_RUNTIME_CLASSTYPE_CODE | ( | JoystickCursorProcess | , | |
| Process | ||||
| ) |
| void InitJoystick | ( | ) |
Definition at line 28 of file Joystick.cpp.
References joy, JOY_LAST, perr, and pout.
Referenced by HIDManager::HIDManager().
| void ShutdownJoystick | ( | ) |
SDL_Joystick* joy[JOY_LAST] = {0} [static] |
Definition at line 26 of file Joystick.cpp.
Referenced by InitJoystick(), JoystickCursorProcess::JoystickCursorProcess(), JoystickCursorProcess::run(), and ShutdownJoystick().
1.4.7