From bd5089abfc09d9903544b321a08daa7886cc49b8 Mon Sep 17 00:00:00 2001 From: Gess1t Date: Thu, 30 May 2024 20:20:19 +0200 Subject: [PATCH] Updated TODO.md --- TODO.md | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/TODO.md b/TODO.md index 09a8a89..03fc719 100644 --- a/TODO.md +++ b/TODO.md @@ -126,23 +126,27 @@ For each of these topics, indicates in which way such systems could be improved, - [ ] A download link for the current platform & another to the github releases page -- [ ] Installation Guide - - [ ] Dependencies - - [ ] Installation +- [x] Installation Guide + - [x] Dependencies + - [x] Installation -- [ ] Supported Gestures +- [x] Supported Gestures -- [ ] Getting Started - - [ ] Binding Overview Screen - - [ ] Adding Gestures - - [ ] Editing Gestures - - [ ] Deleting Gestures +- [x] Getting Started + - [x] Binding Overview Screen + - [x] Adding Gestures + - [x] Editing Gestures + - [x] Deleting Gestures - [ ] Advanced - [ ] Node-Based Gestures - [ ] Gesture Recording - [ ] Gesture Recognition -- [ ] FAQ - - [ ] Basic - - [ ] Troubleshooting +- [-] FAQ + - [-] Basic + - [-] Troubleshooting + +### Bindings Rework + +- [ ] Wrap different versions of Binding under a single generic interface, with a `Press()` and `Release()` method.