Home
last modified time | relevance | path

Searched refs:hw_is_key_down (Results 1 – 3 of 3) sorted by relevance

/third_party/libinput/src/
Devdev-fallback.h237 hw_is_key_down(struct fallback_dispatch *dispatch, int code) in hw_is_key_down() function
Devdev-fallback.c620 if ((e->value && hw_is_key_down(dispatch, e->code)) || in fallback_process_key()
621 (e->value == 0 && !hw_is_key_down(dispatch, e->code))) in fallback_process_key()
944 hw_is_key_down(dispatch, button)) in fallback_any_button_down()
Devdev-debounce.c522 bool is_down = hw_is_key_down(dispatch, changed[i]); in fallback_debounce_handle_state()