diff options
| author | realtradam <[email protected]> | 2023-04-25 19:47:21 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2023-04-25 19:47:21 -0400 |
| commit | 6d58c7ab983e6c2345794ee7bde8dc698cf06f0e (patch) | |
| tree | f571b57f3a965cdb59a9d59e68b18e3bbeaa21db /Readme.md | |
| parent | e5ad114afa00ed98908c3b3bacadf30c742cabd6 (diff) | |
| download | RodeoKit-6d58c7ab983e6c2345794ee7bde8dc698cf06f0e.tar.gz RodeoKit-6d58c7ab983e6c2345794ee7bde8dc698cf06f0e.zip | |
update readme + remove unused structs
Diffstat (limited to 'Readme.md')
| -rw-r--r-- | Readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,9 +26,9 @@ The goal of this style of design approach is to avoid over-thinking of future de - [x] Callback event-based input system. - [x] Bind inputs(such as character keys) to function pointers. Once the key is pressed the function is called. - [x] Abstract into "commands" which allows adding functions, adding multiple inputs, and assigning to "scenes" that can be enabled or disabled. -- [ ] Implementing further input abstractions by 4 categories: +- [X] 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) + - [X] Bounded Range (such as the x and y joysticks on a controller) - [x] Unbounded Range (such as the x and y mouse delta) - [x] Positional (such as the position of a mouse) |
