Searched defs:joy_forwardthreshold (Results 1 - 2 of 2) sorted by relevance

/external/quake/quake/src/QW/client/
H A Din_win.c93 cvar_t joy_forwardthreshold = {"joyforwardthreshold", "0.15"}; variable
498 Cvar_RegisterVariable (&joy_forwardthreshold);
1153 if (fabs(fAxisValue) > joy_forwardthreshold.value)
/external/quake/quake/src/WinQuake/
H A Din_win.cpp94 cvar_t joy_forwardthreshold = {"joyforwardthreshold", "0.15"}; variable
499 Cvar_RegisterVariable (&joy_forwardthreshold);
1160 if (fabs(fAxisValue) > joy_forwardthreshold.value)

Completed in 17 milliseconds