Searched refs:acc_vertical (Results 1 – 2 of 2) sorted by relevance
255 sp->acc_vertical.x = 1.0f ; in reset_kpad()256 sp->acc_vertical.y = 0.0f ; in reset_kpad()708 ax = ( ax - sp->acc_vertical.x ) * f1 + sp->acc_vertical.x ; in calc_acc_vertical()709 ay = ( ay - sp->acc_vertical.y ) * f1 + sp->acc_vertical.y ; in calc_acc_vertical()714 sp->acc_vertical.x = ax / f1 ; in calc_acc_vertical()715 sp->acc_vertical.y = ay / f1 ; in calc_acc_vertical()1475 if ( sp->acc_vertical.x <= kp_err_up_inpr ) goto LABEL_select_NG ; in read_kpad_dpd()
154 Vec2 acc_vertical ; member