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

/external/quake/quake/src/QW/client/
H A Din_win.c95 cvar_t joy_pitchthreshold = {"joypitchthreshold", "0.15"}; variable
500 Cvar_RegisterVariable (&joy_pitchthreshold);
1126 if (fabs(fAxisValue) > joy_pitchthreshold.value)
1197 if (fabs(fAxisValue) > joy_pitchthreshold.value)
/external/quake/quake/src/WinQuake/
H A Din_win.cpp96 cvar_t joy_pitchthreshold = {"joypitchthreshold", "0.15"}; variable
501 Cvar_RegisterVariable (&joy_pitchthreshold);
1133 if (fabs(fAxisValue) > joy_pitchthreshold.value)
1204 if (fabs(fAxisValue) > joy_pitchthreshold.value)

Completed in 23 milliseconds