Home
last modified time | relevance | path

Searched refs:tp_fake_finger_is_touching (Results 1 - 1 of 1) sorted by relevance

/third_party/libinput/src/
H A Devdev-mt-touchpad.c286 tp_fake_finger_is_touching(struct tp_dispatch *tp) in tp_fake_finger_is_touching() function
1350 ((tp->nfingers_down == 0 && !tp_fake_finger_is_touching(tp)) || in tp_unhover_fake_touches()
1351 (tp->nfingers_down > 0 && tp_fake_finger_is_touching(tp)))) in tp_unhover_fake_touches()
1358 if (tp_fake_finger_is_touching(tp) && in tp_unhover_fake_touches()
1375 !tp_fake_finger_is_touching(tp)) { in tp_unhover_fake_touches()
1385 if (tp_fake_finger_is_touching(tp) && in tp_unhover_fake_touches()

Completed in 5 milliseconds