Searched refs:acc_x (Results 1 – 1 of 1) sorted by relevance
185 int acc_x; member418 ball->acc_x += dx; in trackball_move()421 if ( norm( ball->acc_x, ball->acc_y ) > ball->acc_threshold ) in trackball_move()423 int ddx = ball->acc_x * ball->acc_scale; in trackball_move()427 ball->acc_x = 0; in trackball_move()