Home
last modified time | relevance | path

Searched refs:lstick (Results 1 – 6 of 6) sorted by relevance

/RvlSDK-3.2/include/revolution/
DkpadOld.h127 Vec2 lstick; member
Dkpad.h121 Vec2 lstick ; member
/RvlSDK-3.2/build/demos/kpadOlddemo/src/
Dsample.c632 …draw_stick( x1, y, r, kpads[0][cx].ex_status.cl.lstick.x, -kpads[0][cx].ex_status.cl.lstick.y, blu… in draw_sample()
/RvlSDK-3.2/build/libraries/kpad/src/
DKPAD.c1768 ep->cl.lstick = Vec2_0 ; in read_kpad_ext()
1777 …clampStickFuncp( &ep->cl.lstick, uwp->u.cl.clLStickX, uwp->u.cl.clLStickY, kp_cl_stick_min, kp_cl_… in read_kpad_ext()
1787 ep->cl.lstick = Vec2_0 ; in read_kpad_ext()
1796 …clampStickFuncp( &ep->cl.lstick, uwp->u.cl.clLStickX, uwp->u.cl.clLStickY, kp_cl_stick_min, kp_cl_… in read_kpad_ext()
1806 ep->cl.lstick = Vec2_0 ; in read_kpad_ext()
1815 ep->cl.lstick.x = ep->cl.lstick.y = 0.0f ; in read_kpad_ext()
/RvlSDK-3.2/build/demos/kpaddemo/src/
Dsample.c988 …draw_stick( x1, y, r, kpads[0][cx].ex_status.cl.lstick.x, -kpads[0][cx].ex_status.cl.lstick.y, clr… in draw_sample()
/RvlSDK-3.2/build/libraries/kpadOld/src/
DKPAD.c343 ep->cl.lstick = Vec2_0; in reset_kpad()
1729 …clamp_stick( &sp->ex_status.cl.lstick, cp->clLStickX, cp->clLStickY, kp_cl_stick_min, kp_cl_stick_… in read_kpad_stick()