summaryrefslogtreecommitdiff
path: root/src/touchhandler/TouchHandler.cpp
AgeCommit message (Collapse)Author
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-11-15Update includes to to be relative to src directoryReinhold Gschweicher
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 Isokoski
2021-08-10Rework TouchHandler into not a taskRiku Isokoski
2021-07-18UpdateRiku Isokoski
2021-07-16Fix remaining known issuesRiku Isokoski
2021-07-15Fix gesturesRiku Isokoski
2021-07-15Fix touch wakeup and code cleanupRiku Isokoski
2021-07-15Fix most issuesRiku Isokoski
2021-07-15Quick fixRiku Isokoski
2021-07-15New touch handler, with issuesRiku Isokoski