diff options
| author | 0scar <qgt268@alumni.ku.dk> | 2023-08-02 14:17:17 +0000 |
|---|---|---|
| committer | 0scar <qgt268@alumni.ku.dk> | 2023-08-14 10:11:29 +0000 |
| commit | 378f91b70c54cc111684f4a3a8f2b868af570fd8 (patch) | |
| tree | a16b67413892f3d3ee514ab30446fc87142c7566 /src/input.c | |
| parent | 1ec17aeb185ec7851a41c0ba2ae14c95a1a3942e (diff) | |
Add reloading of state-specific keybindings bindings
Diffstat (limited to 'src/input.c')
| -rw-r--r-- | src/input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input.c b/src/input.c index 6b02ad7..d53e7ed 100644 --- a/src/input.c +++ b/src/input.c @@ -74,7 +74,7 @@ void i_flush_bindings(usize numcalls, void* state_mem, input_callback_t* c[]) { } } -action_t i_get_action(const i_ctx *ctx, u32 time, scancode_t scancode) { +action_t i_get_action(const i_ctx *restrict ctx, u32 time, scancode_t scancode) { isize idx = 0; if (ctx == NULL) { |
