summaryrefslogtreecommitdiff
path: root/src/touchhandler/TouchHandler.h
AgeCommit message (Collapse)Author
2022-06-05Apply clang-format to all C++ filesFinlay Davidson
2022-04-13Let TouchHandler return TouchEvents instead of driver specific enumReinhold Gschweicher
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`.
2021-12-09TouchHandler: remove unused FreeRTOS.h and task.h includes from headerReinhold Gschweicher
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.
2021-08-11Fix longpress gestureRiku Isokoski
2021-08-10Remove leftoverRiku Isokoski
2021-08-10Rework TouchHandler into not a taskRiku Isokoski
2021-07-16Fix remaining known issuesRiku Isokoski
2021-07-15Fix gesturesRiku Isokoski
2021-07-15New touch handler, with issuesRiku Isokoski