summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Readme.md b/Readme.md
index 5d1566f..38779b3 100644
--- a/Readme.md
+++ b/Readme.md
@@ -29,7 +29,7 @@ The goal of this style of design approach is to avoid over-thinking of future de
- [ ] Implementing further input abstractions by 4 categories:
- [x] Binary (such as keys on a keyboard, or buttons on a controller)
- [ ] Bounded Range (such as the x and y joysticks on a controller)
- - [ ] Unbounded Range (such as the x and y mouse delta)
+ - [x] Unbounded Range (such as the x and y mouse delta)
- [x] Positional (such as the position of a mouse)
### Logging