input: double tap

Added input double tap psuedo device

Signed-off-by: Helmut Lord <kellyhlord@gmail.com>
This commit is contained in:
Helmut Lord 2024-08-14 21:55:42 -04:00 committed by Anas Nashif
commit 15c4df0aaa
12 changed files with 322 additions and 0 deletions

View file

@ -100,6 +100,8 @@ General Purpose Drivers
matrix to key events.
- :dtcompatible:`zephyr,input-longpress`: listens for key events, emits events
for short and long press.
- :dtcompatible:`zephyr,input-double-tap`: listens for key events, emits events
for input double taps
- :dtcompatible:`zephyr,lvgl-button-input`
:dtcompatible:`zephyr,lvgl-encoder-input`
:dtcompatible:`zephyr,lvgl-keypad-input`