Home
last modified time | relevance | path

Searched refs:JoyScaleMax (Results 1 – 3 of 3) sorted by relevance

/dports/games/rottdc/rottdc-1.0-2/rott/
H A D_rt_in.h48 #define JoyScaleMax 32768 macro
H A Drt_in.c934 def->joyMultXL = JoyScaleMax / (def->threshMinX - def->joyMinX); in INL_SetJoyScale()
935 def->joyMultXH = JoyScaleMax / (def->joyMaxX - def->threshMaxX); in INL_SetJoyScale()
936 def->joyMultYL = JoyScaleMax / (def->threshMinY - def->joyMinY); in INL_SetJoyScale()
937 def->joyMultYH = JoyScaleMax / (def->joyMaxY - def->threshMaxY); in INL_SetJoyScale()
/dports/games/bstone/bstone-1.1.9/src/
H A Did_in.cpp62 #define JoyScaleMax 32768 macro
1156 def->joyMultXL = JoyScaleMax / (def->threshMinX - def->joyMinX); in INL_SetJoyScale()
1157 def->joyMultXH = JoyScaleMax / (def->joyMaxX - def->threshMaxX); in INL_SetJoyScale()
1158 def->joyMultYL = JoyScaleMax / (def->threshMinY - def->joyMinY); in INL_SetJoyScale()
1159 def->joyMultYH = JoyScaleMax / (def->joyMaxY - def->threshMaxY); in INL_SetJoyScale()