From 378f91b70c54cc111684f4a3a8f2b868af570fd8 Mon Sep 17 00:00:00 2001 From: 0scar Date: Wed, 2 Aug 2023 16:17:17 +0200 Subject: Add reloading of state-specific keybindings bindings --- docs/input-handling.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') 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 -- cgit v1.3