Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/lib/demo/
DdemoPad.c79 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()
/CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/
DdemoPad.h61 …s8 substickY; ///< -128 <= substickY <= 127 (Win: Emulated from mouse cursor wit… member
164 DEMO_INLINE s8 DEMOPadGetSubStickY(u32 i) {return g_DemoPad[i].substickY;} in DEMOPadGetSubStickY()
/CafeSDK-2.12.13-1/system/include/cafe/demo/
DdemoPad.h61 …s8 substickY; ///< -128 <= substickY <= 127 (Win: Emulated from mouse with right… member
164 DEMO_INLINE s8 DEMOPadGetSubStickY(u32 i) {return g_DemoPad[i].substickY;} in DEMOPadGetSubStickY()
/CafeSDK-2.12.13-1/system/include/cafe/
Dpad.h39 s8 substickY; // -128 <= substickY <= 127 member