Searched refs:stickX (Results 1 – 4 of 4) sorted by relevance
67 if ( pad->stickX < - DEMO_STICK_THRESHOLD ) in SetPadInfo()69 if ( pad->stickX > DEMO_STICK_THRESHOLD ) in SetPadInfo()94 dmpad->stickDeltaX = (s16)(pad->stickX - dmpad->stickX); in SetPadInfo()103 dmpad->stickX = pad->stickX; in SetPadInfo()141 g_DemoPad[i].stickX = 0; in DEMOPadInit()173 g_DemoPad[i].stickX = 0; in DEMOPadShutdown()
58 …s8 stickX; ///< -128 <= stickX <= 127 (Win: Emulated from mouse cursor wit… member146 DEMO_INLINE s8 DEMOPadGetStickX (u32 i) {return g_DemoPad[i].stickX;} in DEMOPadGetStickX()
58 …s8 stickX; ///< -128 <= stickX <= 127 (Win: Emulated from mouse with left … member146 DEMO_INLINE s8 DEMOPadGetStickX (u32 i) {return g_DemoPad[i].stickX;} in DEMOPadGetStickX()
36 s8 stickX; // -128 <= stickX <= 127 member