touchscreen: Add gesture recognition API

Add a basic gesture API which can detect taps, long presses,
and dragging gestures.

Change-Id: Id10bf8d46b9195330ce951f9f108c81e87a8dad4
This commit is contained in:
Aidan MacDonald 2022-04-23 16:15:15 +01:00 committed by Solomon Peachy
parent 0f4cc33d26
commit 7aa823215b
3 changed files with 247 additions and 0 deletions

View file

@ -11,6 +11,9 @@ core_keymap.c
debug_menu.c
filetypes.c
fileop.c
#ifdef HAVE_TOUCHSCREEN
gesture.c
#endif
language.c
main.c
menu.c