Home
last modified time | relevance | path

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

/third_party/libinput/src/
Devdev-fallback.c240 (dispatch->wheel.lo_res.x != 0 || dispatch->wheel.lo_res.y != 0)) { in fallback_flush_wheels()
246 dispatch->wheel.hi_res.x = dispatch->wheel.lo_res.x * 120; in fallback_flush_wheels()
247 dispatch->wheel.hi_res.y = dispatch->wheel.lo_res.y * 120; in fallback_flush_wheels()
253 dispatch->wheel.lo_res.x = 0; in fallback_flush_wheels()
254 dispatch->wheel.lo_res.y = 0; in fallback_flush_wheels()
287 if (dispatch->wheel.lo_res.y != 0) { in fallback_flush_wheels()
288 int value = dispatch->wheel.lo_res.y; in fallback_flush_wheels()
298 dispatch->wheel.lo_res.y = 0; in fallback_flush_wheels()
315 if (dispatch->wheel.lo_res.x != 0) { in fallback_flush_wheels()
316 int value = dispatch->wheel.lo_res.x; in fallback_flush_wheels()
[all …]
Devdev-fallback.h101 struct device_coords lo_res; member