aboutsummaryrefslogtreecommitdiffstats
path: root/src/touchhandler/TouchHandler.cpp
Commit message (Collapse)AuthorAgeFilesLines
* TouchHandler: Do not store touch panel referenceRiku Isokoski2023-02-241-6/+3
|
* touchhandler: Remove LVGL dependencyRiku Isokoski2023-02-241-28/+2
| | | | Move LVGL specific code to the LittleVgl class
* Let TouchHandler return TouchEvents instead of driver specific enumReinhold Gschweicher2022-04-131-4/+34
| | | | | | | | 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`.
* Update includes to to be relative to src directoryReinhold Gschweicher2021-11-151-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.
* Fix longpress gestureRiku Isokoski2021-08-111-4/+5
|
* Rework TouchHandler into not a taskRiku Isokoski2021-08-101-47/+33
|
* UpdateRiku Isokoski2021-07-181-21/+23
|
* Fix remaining known issuesRiku Isokoski2021-07-161-5/+4
|
* Fix gesturesRiku Isokoski2021-07-161-7/+13
|
* Fix touch wakeup and code cleanupRiku Isokoski2021-07-161-3/+2
|
* Fix most issuesRiku Isokoski2021-07-161-8/+12
|
* Quick fixRiku Isokoski2021-07-151-4/+2
|
* New touch handler, with issuesRiku Isokoski2021-07-151-0/+70