feat(indev): add multi touch gestures (#7078)

This commit is contained in:
Erik Tagirov
2024-11-18 09:52:25 +01:00
committed by GitHub
parent c81e69ec74
commit f677c25abc
15 changed files with 1340 additions and 32 deletions

View File

@@ -475,6 +475,10 @@
#define LV_VG_LITE_THORVG_THREAD_RENDER 0
#endif
/* Enable the multi-touch gesture recognition feature */
/* Gesture recognition requires the use of floats */
#define LV_USE_GESTURE_RECOGNITION 0
/*=====================
* COMPILER SETTINGS
*====================*/