Searched refs:stickY (Results 1 – 4 of 4) sorted by relevance
71 if ( pad->stickY < - DEMO_STICK_THRESHOLD ) in SetPadInfo()73 if ( pad->stickY > DEMO_STICK_THRESHOLD ) in SetPadInfo()95 dmpad->stickDeltaY = (s16)(pad->stickY - dmpad->stickY); in SetPadInfo()104 dmpad->stickY = pad->stickY; in SetPadInfo()142 g_DemoPad[i].stickY = 0; in DEMOPadInit()174 g_DemoPad[i].stickY = 0; in DEMOPadShutdown()
59 …s8 stickY; ///< -128 <= stickY <= 127 (Win: Emulated from mouse cursor wit… member152 DEMO_INLINE s8 DEMOPadGetStickY(u32 i) {return g_DemoPad[i].stickY;} in DEMOPadGetStickY()
59 …s8 stickY; ///< -128 <= stickY <= 127 (Win: Emulated from mouse with left … member152 DEMO_INLINE s8 DEMOPadGetStickY(u32 i) {return g_DemoPad[i].stickY;} in DEMOPadGetStickY()
37 s8 stickY; // -128 <= stickY <= 127 member