diff options
| author | Riku Isokoski <riksu9000@gmail.com> | 2021-08-28 17:19:49 +0300 |
|---|---|---|
| committer | Riku Isokoski <riksu9000@gmail.com> | 2021-08-28 17:19:49 +0300 |
| commit | d2d97319e0252ebd90fe1bbf4d3c7d8539711d56 (patch) | |
| tree | 6a9b7cb5e194f90263933e091b0718636c910187 /src/displayapp/DummyLittleVgl.h | |
| parent | 780a811f0559a9abd000f36d3fe49cbbb233b632 (diff) | |
| parent | fab49f8557ef8ff38fe4f607e33b18fb5a1aeb9a (diff) | |
Merge branch 'develop' into update_touch_driver
Diffstat (limited to 'src/displayapp/DummyLittleVgl.h')
| -rw-r--r-- | src/displayapp/DummyLittleVgl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/displayapp/DummyLittleVgl.h b/src/displayapp/DummyLittleVgl.h index 016165b8..1db51343 100644 --- a/src/displayapp/DummyLittleVgl.h +++ b/src/displayapp/DummyLittleVgl.h @@ -32,6 +32,9 @@ namespace Pinetime { } void SetNewTapEvent(uint16_t x, uint16_t y) { } + void SetNewTouchPoint(uint16_t x, uint16_t y, bool contact) { + + } }; } } |
