aboutsummaryrefslogtreecommitdiffstats
path: root/src/touchhandler/TouchHandler.h
Commit message (Collapse)AuthorAgeFilesLines
* Let TouchHandler return TouchEvents instead of driver specific enumReinhold Gschweicher2022-04-131-3/+3
| | | | | | | | Let the TouchHandler::GestureGet() function return a TouchEvent instead of the touchpanel-driver specific enum. This helps to move the driver specific helper function `ConvertGesture` from `DisplayApp` into `TouchHandler`.
* TouchHandler: remove unused FreeRTOS.h and task.h includes from headerReinhold Gschweicher2021-12-091-5/+0
| | | | | | FreeRTOS and task.h aren't used in the Header file. Furthermore the SystemTask forward declaration isn't needed as it isn't used in the header.
* Fix longpress gestureRiku Isokoski2021-08-111-1/+1
|
* Remove leftoverRiku Isokoski2021-08-101-1/+0
|
* Rework TouchHandler into not a taskRiku Isokoski2021-08-101-6/+3
|
* Fix remaining known issuesRiku Isokoski2021-07-161-3/+8
|
* Fix gesturesRiku Isokoski2021-07-161-1/+0
|
* New touch handler, with issuesRiku Isokoski2021-07-151-0/+45