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

/external/quake/quake/src/QW/client/
H A Din_win.c94 cvar_t joy_sidethreshold = {"joysidethreshold", "0.15"}; variable
499 Cvar_RegisterVariable (&joy_sidethreshold);
1161 if (fabs(fAxisValue) > joy_sidethreshold.value)
1171 if (fabs(fAxisValue) > joy_sidethreshold.value)
/external/quake/quake/src/WinQuake/
H A Din_win.cpp95 cvar_t joy_sidethreshold = {"joysidethreshold", "0.15"}; variable
500 Cvar_RegisterVariable (&joy_sidethreshold);
1168 if (fabs(fAxisValue) > joy_sidethreshold.value)
1178 if (fabs(fAxisValue) > joy_sidethreshold.value)

Completed in 21 milliseconds