Home
last modified time | relevance | path

Searched refs:dpd2pos_scale (Results 1 – 2 of 2) sorted by relevance

/RvlSDK-3.2.3/build/libraries/kpad/include/
DKPADinside.h90 …f32 dpd2pos_scale ; // Scale value where the left and right pointing edge in the shooting … member
/RvlSDK-3.2.3/build/libraries/kpad/src/
DKPAD.c393 kp->dpd2pos_scale = scale / ( ( sx < sy ) ? sx : sy ) ; in calc_dpd2pos_scale()
1483 vec.x = ( kp->center_org.x - vec.x ) * kp->dpd2pos_scale ; in calc_dpd_variable()
1484 vec.y = ( kp->center_org.y - vec.y ) * kp->dpd2pos_scale ; in calc_dpd_variable()