summaryrefslogtreecommitdiff
path: root/src/touchhandler
AgeCommit message (Collapse)AuthorFilesLines
2022-04-13Let TouchHandler return TouchEvents instead of driver specific enumReinhold Gschweicher2-7/+37
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-11-15Update includes to to be relative to src directoryReinhold Gschweicher1-1/+1
Don't use relative imports like `../foo.h` as those depend on the relative position of both files. Rather than that use imports relative to the `src` directory, which explicitly is part of the include directories.
2021-08-11Fix longpress gestureRiku Isokoski2-5/+6
2021-08-10Remove leftoverRiku Isokoski1-1/+0
2021-08-10Rework TouchHandler into not a taskRiku Isokoski2-53/+36
2021-07-18UpdateRiku Isokoski1-21/+23
2021-07-16Fix remaining known issuesRiku Isokoski2-8/+12
2021-07-16Fix gesturesRiku Isokoski2-8/+13
2021-07-16Fix touch wakeup and code cleanupRiku Isokoski1-3/+2
2021-07-16Fix most issuesRiku Isokoski1-8/+12
2021-07-15Quick fixRiku Isokoski1-4/+2
2021-07-15New touch handler, with issuesRiku Isokoski2-0/+115