Searched refs:threshMaxY (Results 1 – 6 of 6) sorted by relevance
113 int32_t threshMaxY; member
169 int32 threshMaxY; member
117 threshMaxX,threshMaxY, member
818 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()
1024 } 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()
308 uint16_t threshMaxY; member