|
UFO: Alien Invasion
|

Go to the source code of this file.
Functions | |
| void | IN_JoystickMove (void) |
| void | IN_StartupJoystick (void) |
| Init available joysticks. More... | |
| void | IN_JoystickInitMenu (void) |
| Adds joysticks to the options menu. More... | |
Adds joysticks to the options menu.
Definition at line 274 of file cl_joystick.cpp.
References _, i, OPTION_JOYSTICKS, UI_AddOption(), UI_RegisterOption(), and va().
Referenced by CLMN_Init().
Definition at line 75 of file cl_joystick.cpp.
References viddef_t::context, f, hat_keys, viddefContext_t::height, i, IN_EventEnqueue(), in_joystick, in_joystickNo, in_joystickSpeed, in_joystickThreshold, IN_StartupJoystick(), cvar_t::integer, joy_keys, K_JOY1, lengthof, cvar_t::modified, mousePosX, mousePosY, OBJZERO, viddef_t::rx, viddef_t::ry, stick, stick_state, cvar_t::value, viddef, and viddefContext_t::width.
Referenced by IN_Frame().
Init available joysticks.
Definition at line 291 of file cl_joystick.cpp.
References Com_DPrintf(), Com_Printf(), CVAR_ARCHIVE, Cvar_Get(), Cvar_Set(), DEBUG_CLIENT, i, in_joystick, in_joystickNo, in_joystickSpeed, in_joystickThreshold, cvar_t::integer, cvar_t::modified, OBJZERO, stick, and stick_state.
Referenced by IN_Init(), and IN_JoystickMove().