Fix gestures

This commit is contained in:
Riku Isokoski
2021-07-16 02:17:17 +03:00
parent 93ccbf38e8
commit baffa1594f
4 changed files with 13 additions and 20 deletions

View File

@@ -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;
};