| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Let TouchHandler return TouchEvents instead of driver specific enum | Reinhold Gschweicher | 2022-04-13 | 1 | -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 header | Reinhold Gschweicher | 2021-12-09 | 1 | -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 gesture | Riku Isokoski | 2021-08-11 | 1 | -1/+1 |
| | | |||||
| * | Remove leftover | Riku Isokoski | 2021-08-10 | 1 | -1/+0 |
| | | |||||
| * | Rework TouchHandler into not a task | Riku Isokoski | 2021-08-10 | 1 | -6/+3 |
| | | |||||
| * | Fix remaining known issues | Riku Isokoski | 2021-07-16 | 1 | -3/+8 |
| | | |||||
| * | Fix gestures | Riku Isokoski | 2021-07-16 | 1 | -1/+0 |
| | | |||||
| * | New touch handler, with issues | Riku Isokoski | 2021-07-15 | 1 | -0/+45 |
