Searched refs:joy_pitchsensitivity (Results 1 - 2 of 2) sorted by relevance

/external/quake/quake/src/QW/client/
H A Din_win.c99 cvar_t joy_pitchsensitivity = {"joypitchsensitivity", "1.0"}; variable
504 Cvar_RegisterVariable (&joy_pitchsensitivity);
1132 cl.viewangles[PITCH] -= (fAxisValue * joy_pitchsensitivity.value) * aspeed * cl_pitchspeed.value;
1136 cl.viewangles[PITCH] += (fAxisValue * joy_pitchsensitivity.value) * aspeed * cl_pitchspeed.value;
1202 cl.viewangles[PITCH] += (fAxisValue * joy_pitchsensitivity.value) * aspeed * cl_pitchspeed.value;
1206 cl.viewangles[PITCH] += (fAxisValue * joy_pitchsensitivity.value) * speed * 180.0;
/external/quake/quake/src/WinQuake/
H A Din_win.cpp100 cvar_t joy_pitchsensitivity = {"joypitchsensitivity", "1.0"}; variable
505 Cvar_RegisterVariable (&joy_pitchsensitivity);
1139 cl.viewangles[PITCH] -= (fAxisValue * joy_pitchsensitivity.value) * aspeed * cl_pitchspeed.value;
1143 cl.viewangles[PITCH] += (fAxisValue * joy_pitchsensitivity.value) * aspeed * cl_pitchspeed.value;
1209 cl.viewangles[PITCH] += (fAxisValue * joy_pitchsensitivity.value) * aspeed * cl_pitchspeed.value;
1213 cl.viewangles[PITCH] += (fAxisValue * joy_pitchsensitivity.value) * speed * 180.0;

Completed in 17 milliseconds