diff options
| author | mark9064 <30447455+mark9064@users.noreply.github.com> | 2024-08-22 16:53:18 +0100 |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2024-10-27 19:51:01 +0100 |
| commit | 1808634f0e041ed1c85b69a967207c2cff812d81 (patch) | |
| tree | fe0c6f7ea9948855446f890359972e4ac636b166 /src/displayapp/LittleVgl.h | |
| parent | cfaad261dc0b8b1af0a8b33d8289782be2c4e57a (diff) | |
Clear ongoing taps when going to sleep
Diffstat (limited to 'src/displayapp/LittleVgl.h')
| -rw-r--r-- | src/displayapp/LittleVgl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/displayapp/LittleVgl.h b/src/displayapp/LittleVgl.h index 9a15ae15..54505b36 100644 --- a/src/displayapp/LittleVgl.h +++ b/src/displayapp/LittleVgl.h @@ -26,6 +26,7 @@ namespace Pinetime { void SetFullRefresh(FullRefreshDirections direction); void SetNewTouchPoint(int16_t x, int16_t y, bool contact); void CancelTap(); + void ClearTouchState(); bool GetFullRefresh() { bool returnValue = fullRefresh; |
