diff options
| author | Riku Isokoski <riksu9000@gmail.com> | 2021-06-11 10:26:28 (GMT) |
|---|---|---|
| committer | Riku Isokoski <riksu9000@gmail.com> | 2021-06-11 10:26:28 (GMT) |
| commit | 123c6f19176c5e86ff040eb4b059cbe1b4876ba5 (patch) | |
| tree | 1a19b067ade9616041f0d4285751705e1dd97d34 /src/displayapp/DisplayApp.h | |
| parent | 79f0fcb07aa80eb70385223272e29f2ba5657bc8 (diff) | |
Fix touchevent tap
Diffstat (limited to 'src/displayapp/DisplayApp.h')
| -rw-r--r-- | src/displayapp/DisplayApp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/DisplayApp.h b/src/displayapp/DisplayApp.h index 0c7bd21..14cd7ad 100644 --- a/src/displayapp/DisplayApp.h +++ b/src/displayapp/DisplayApp.h @@ -100,7 +100,7 @@ namespace Pinetime { TouchModes touchMode = TouchModes::Gestures; - TouchEvents OnTouchEvent(); + TouchEvents OnTouchEvent(Pinetime::Drivers::Cst816S::TouchInfos); void RunningState(); void IdleState(); static void Process(void* instance); |
