Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/input/
Dinput_double_tap.c29 bool first_tap; member
38 entry->first_tap = false; in double_tap_deferred()
65 if (entry->first_tap) { in double_tap_cb()
69 entry->first_tap = false; in double_tap_cb()
71 entry->first_tap = true; in double_tap_cb()
91 entry->first_tap = false; in double_tap_init()