diff options
| author | JF <jf@codingfield.com> | 2020-03-02 19:48:58 (GMT) |
|---|---|---|
| committer | JF <jf@codingfield.com> | 2020-03-02 19:48:58 (GMT) |
| commit | d88ec8c2f06c55a01395fcdab0b816b717d9c685 (patch) | |
| tree | 8249f8078148ac3710e17a86a6914e3a13e5afd9 /src/DisplayApp/LittleVgl.h | |
| parent | 43ffeb15d135dfb09699544031c0b975cee2489a (diff) | |
Workaround for the first touch that is taken twice into account.
Diffstat (limited to 'src/DisplayApp/LittleVgl.h')
| -rw-r--r-- | src/DisplayApp/LittleVgl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/DisplayApp/LittleVgl.h b/src/DisplayApp/LittleVgl.h index e356a89..40fb180 100644 --- a/src/DisplayApp/LittleVgl.h +++ b/src/DisplayApp/LittleVgl.h @@ -92,6 +92,8 @@ namespace Pinetime { lv_style_t win_bg; lv_style_t win_header; lv_style_t win_btn_pr; + + bool firstTouch = true; }; } } |
