Home
last modified time | relevance | path

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

/third_party/libinput/src/
Devdev-mt-touchpad-tap.c126 tp->tap.buttons_pressed |= (1 << nfingers); in tp_tap_notify()
128 tp->tap.buttons_pressed &= ~(1 << nfingers); in tp_tap_notify()
1253 if (tp->tap.buttons_pressed & (1 << i)) in tp_release_all_taps()
Devdev-mt-touchpad.h408 uint32_t buttons_pressed; member