summaryrefslogtreecommitdiff
path: root/TODO.rst
diff options
context:
space:
mode:
authorDaniel Thompson <daniel@redfelineninja.org.uk>2020-06-27 11:22:23 (GMT)
committerDaniel Thompson <daniel@redfelineninja.org.uk>2020-06-27 11:22:23 (GMT)
commit7b3e0f917d541317edd4bed53ca6241d898cfbff (patch)
tree287f02ccf90e73f13b40b08a5dc50d47498c989e /TODO.rst
parentb7e7164d5973b643641fbd9e7aeccde58c3b0418 (diff)
boards: simulator: Add swipe detection and button support
Currently the simulator relies on the keyboard to issue touchscreen gestures and button presses. Fix this by adding swipe detection and introducing a skin which gives us the capability to press the button using touchscreens or pointer devices. Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to 'TODO.rst')
-rw-r--r--TODO.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO.rst b/TODO.rst
index 9cad328..320dab5 100644
--- a/TODO.rst
+++ b/TODO.rst
@@ -144,3 +144,8 @@ Wasp-os
* [ ] Debugging and troubleshooting guide
* [ ] Screenshots for bootloader and all applications
* [ ] Improve the install guide
+
+* [X] Simulator
+
+ * [X] Add a simple skin for better screenshots
+ * [X] Full swipe detection (avoid keyboard)