diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/input-handling.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/input-handling.md b/docs/input-handling.md index effb69c..9355122 100644 --- a/docs/input-handling.md +++ b/docs/input-handling.md @@ -5,6 +5,7 @@ _This document serves as a low-level explanation of how the input system works_ ```C typedef enum InputType InputType; enum InputType { + InputType_error, // fire once, ie. keydown. stuff like spells, semi-automatic InputType_action, // active while pressed, deactivate once released. Ignore key-repeat. stuff like running |
