Home
last modified time | relevance | path

Searched refs:stickX (Results 1 – 4 of 4) sorted by relevance

/CafeSDK-2.12.13-1/system/src/lib/demo/
DdemoPad.c67 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()
/CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/
DdemoPad.h58 …s8 stickX; ///< -128 <= stickX <= 127 (Win: Emulated from mouse cursor wit… member
146 DEMO_INLINE s8 DEMOPadGetStickX (u32 i) {return g_DemoPad[i].stickX;} in DEMOPadGetStickX()
/CafeSDK-2.12.13-1/system/include/cafe/demo/
DdemoPad.h58 …s8 stickX; ///< -128 <= stickX <= 127 (Win: Emulated from mouse with left … member
146 DEMO_INLINE s8 DEMOPadGetStickX (u32 i) {return g_DemoPad[i].stickX;} in DEMOPadGetStickX()
/CafeSDK-2.12.13-1/system/include/cafe/
Dpad.h36 s8 stickX; // -128 <= stickX <= 127 member