diff options
| author | Riku Isokoski <riksu9000@gmail.com> | 2021-07-15 23:17:17 (GMT) |
|---|---|---|
| committer | Riku Isokoski <riksu9000@gmail.com> | 2021-07-15 23:17:17 (GMT) |
| commit | baffa1594f9c1a03a95f0cc10955e3cf8bf880ce (patch) | |
| tree | 0b8013a7e748a657dc47aeb6581a0e2205316d69 /src/touchhandler/TouchHandler.h | |
| parent | 93ccbf38e81b30165e49e897c01cac2eb54cc331 (diff) | |
Fix gestures
Diffstat (limited to 'src/touchhandler/TouchHandler.h')
| -rw-r--r-- | src/touchhandler/TouchHandler.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/touchhandler/TouchHandler.h b/src/touchhandler/TouchHandler.h index 7999e00..37ef5af 100644 --- a/src/touchhandler/TouchHandler.h +++ b/src/touchhandler/TouchHandler.h @@ -37,7 +37,6 @@ namespace Pinetime { Pinetime::Drivers::Cst816S& touchPanel; Pinetime::Components::LittleVgl& lvgl; Pinetime::Drivers::Cst816S::Gestures gesture; - Pinetime::Drivers::Cst816S::Gestures prevGesture; bool isCancelled = false; uint8_t x, y; }; |
