Lines Matching refs:hi_res
207 dispatch->wheel.hi_res.x = 0;
208 dispatch->wheel.hi_res.y = 0;
215 if (dispatch->wheel.hi_res.y != 0) {
216 int value = dispatch->wheel.hi_res.y;
226 dispatch->wheel.hi_res.y = 0;
243 if (dispatch->wheel.hi_res.x != 0) {
244 int value = dispatch->wheel.hi_res.x;
254 dispatch->wheel.hi_res.x = 0;
285 if (abs(dispatch->wheel.hi_res.x) >= ACC_V120_THRESHOLD ||
286 abs(dispatch->wheel.hi_res.y) >= ACC_V120_THRESHOLD) {
351 dispatch->wheel.hi_res.y += e->value * 120;
359 dispatch->wheel.hi_res.x += e->value * 120;
365 dispatch->wheel.hi_res.y += e->value;
373 dispatch->wheel.hi_res.x += e->value;
398 dispatch->wheel.hi_res.x = dispatch->wheel.lo_res.x * 120;
399 dispatch->wheel.hi_res.y = dispatch->wheel.lo_res.y * 120;