Searched refs:substickY (Results 1 – 4 of 4) sorted by relevance
79 if ( pad->substickY < - DEMO_STICK_THRESHOLD ) in SetPadInfo()81 if ( pad->substickY > DEMO_STICK_THRESHOLD ) in SetPadInfo()97 dmpad->substickDeltaY = (s16)(pad->substickY - dmpad->substickY); in SetPadInfo()106 dmpad->substickY = pad->substickY; in SetPadInfo()144 g_DemoPad[i].substickY = 0; in DEMOPadInit()176 g_DemoPad[i].substickY = 0; in DEMOPadShutdown()
61 …s8 substickY; ///< -128 <= substickY <= 127 (Win: Emulated from mouse cursor wit… member164 DEMO_INLINE s8 DEMOPadGetSubStickY(u32 i) {return g_DemoPad[i].substickY;} in DEMOPadGetSubStickY()
61 …s8 substickY; ///< -128 <= substickY <= 127 (Win: Emulated from mouse with right… member164 DEMO_INLINE s8 DEMOPadGetSubStickY(u32 i) {return g_DemoPad[i].substickY;} in DEMOPadGetSubStickY()
39 s8 substickY; // -128 <= substickY <= 127 member