Home
last modified time | relevance | path

Searched refs:threshMaxY (Results 1 – 6 of 6) sorted by relevance

/dports/games/NBlood/NBlood-a1689a4/source/mact/include/
H A D_control.h113 int32_t threshMaxY; member
/dports/games/jfsw/jfsw-c434002/jfmact/
H A D_control.h169 int32 threshMaxY; member
/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_in.h117 threshMaxX,threshMaxY, member
H A Drt_in.c818 else if (y > def->threshMaxY) in INL_GetJoyDelta()
823 y = y - def->threshMaxY; in INL_GetJoyDelta()
937 def->joyMultYH = JoyScaleMax / (def->joyMaxY - def->threshMaxY); in INL_SetJoyScale()
968 def->threshMaxY = ((r / 2) + d) + miny; in IN_SetupJoy()
/dports/games/bstone/bstone-1.1.9/src/
H A Did_in.cpp1024 } else if (y > def->threshMaxY) { in INL_GetJoyDelta()
1029 y = y - def->threshMaxY; in INL_GetJoyDelta()
1159 def->joyMultYH = JoyScaleMax / (def->joyMaxY - def->threshMaxY); in INL_SetJoyScale()
1192 def->threshMaxY = ((r / 2) + d) + miny; in IN_SetupJoy()
H A Did_in.h308 uint16_t threshMaxY; member