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