mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 13:45:03 -05:00
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:
parent
0f4cc33d26
commit
7aa823215b
3 changed files with 247 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue