TouchHandler: Do not store touch panel reference
This commit is contained in:
parent
7066ff5aba
commit
1516b082fd
5 changed files with 17 additions and 22 deletions
|
|
@ -59,7 +59,7 @@ namespace Pinetime {
|
|||
uint16_t writeOffset = 0;
|
||||
uint16_t scrollOffset = 0;
|
||||
|
||||
lv_point_t touchPoint = {0};
|
||||
lv_point_t touchPoint = {};
|
||||
bool tapped = false;
|
||||
bool isCancelled = false;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue