diff options
author | David Thompson <dthompson2@worcester.edu> | 2013-08-04 15:56:21 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2013-08-04 15:56:21 -0400 |
commit | 4cddff4b185418c025e68ee5334ef1c541246240 (patch) | |
tree | 53ba6eb1f9951bdb85aee98f181331741a9e609e /TODO | |
parent | 6e3776f98538c5d0ccc5d97fb06963836e4b036f (diff) |
Add to TODO list.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -96,6 +96,15 @@ - [ ] Linear interpolation (lerp) - [ ] Move to/move by + +** TODO Combos + Provide an Emacs-like way of defining key combinations to that + multi-button input is easy for users. + + - [ ] Basic sequences (press A then B) + - [ ] Simultaneous key presses (press A and B at the same time) + - [ ] Timeouts (combos fail if you don't enter them quick enough) + ** TODO 0.1 Release An official 0.1 alpha release with basic, minimal functionality will provide a good place for people other than me to try out |