aboutsummaryrefslogtreecommitdiffstats
path: root/src/touchhandler/TouchHandler.h
Commit message (Collapse)AuthorAgeFilesLines
* TouchHandler: Do not store touch panel referenceRiku Isokoski2023-02-241-12/+10
|
* touchhandler: Remove LVGL dependencyRiku Isokoski2023-02-241-8/+2
| | | | Move LVGL specific code to the LittleVgl class
* Format header filesFinlay Davidson2023-01-091-0/+5
| | | | In my PR updating clang-format, I forgot to also format the headers.
* Apply clang-format to all C++ filesFinlay Davidson2022-06-051-22/+22
|
* Let TouchHandler return TouchEvents instead of driver specific enumReinhold Gschweicher2022-04-131-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 headerReinhold Gschweicher2021-12-091-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 gestureRiku Isokoski2021-08-111-1/+1
|
* Remove leftoverRiku Isokoski2021-08-101-1/+0
|
* Rework TouchHandler into not a taskRiku Isokoski2021-08-101-6/+3
|
* Fix remaining known issuesRiku Isokoski2021-07-161-3/+8
|
* Fix gesturesRiku Isokoski2021-07-161-1/+0
|
* New touch handler, with issuesRiku Isokoski2021-07-151-0/+45