Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/lib/demo/
DdemoPad.c71 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()
/CafeSDK-2.12.13/system/src/lib/demo/headers/cafe/demo/
DdemoPad.h59 …s8 stickY; ///< -128 <= stickY <= 127 (Win: Emulated from mouse cursor wit… member
152 DEMO_INLINE s8 DEMOPadGetStickY(u32 i) {return g_DemoPad[i].stickY;} in DEMOPadGetStickY()
/CafeSDK-2.12.13/system/include/cafe/demo/
DdemoPad.h59 …s8 stickY; ///< -128 <= stickY <= 127 (Win: Emulated from mouse with left … member
152 DEMO_INLINE s8 DEMOPadGetStickY(u32 i) {return g_DemoPad[i].stickY;} in DEMOPadGetStickY()
/CafeSDK-2.12.13/system/include/cafe/
Dpad.h37 s8 stickY; // -128 <= stickY <= 127 member