Home
last modified time | relevance | path

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

/third_party/libinput/src/
Devdev-mt-touchpad-buttons.c266 t->button.has_moved) in tp_button_release_other_bottom_touches()
277 t->button.has_moved = true; in tp_button_release_other_bottom_touches()
502 if (t->button.has_moved) in tp_button_check_for_movement()
524 t->button.has_moved = true; in tp_button_check_for_movement()
543 t->button.has_moved = false; in tp_button_handle_state()
1297 return t->button.state == BUTTON_STATE_AREA || t->button.has_moved; in tp_button_touch_active()
Devdev-mt-touchpad.h226 bool has_moved; /* has moved more than threshold */ member