Home
last modified time | relevance | path

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

/third_party/libinput/src/
H A Devdev-mt-touchpad-tap.c142 tp->tap.buttons_pressed |= bit(nfingers); in tp_tap_notify()
144 tp->tap.buttons_pressed &= ~bit(nfingers); in tp_tap_notify()
1598 if (tp->tap.buttons_pressed & bit(i)) in tp_release_all_taps()
H A Devdev-mt-touchpad.h427 uint32_t buttons_pressed; member
/third_party/backends/backend/
H A Davision.c4037 const unsigned int buttons_pressed = result.press_state & 0x7F; in get_button_status() local
4038 DBG (3, "get_button_status: %d button(s) pressed\n", buttons_pressed); in get_button_status()
4065 for (i = 0; i < buttons_pressed; ++i) { in get_button_status()

Completed in 14 milliseconds