Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-03-20 | core: input: fix coding style issue | Danny Holman | 1 | -8/+16 | |
Fix a coding style issue in the input system. All API-level types should be fully opaque. Signed-off-by: Danny Holman <dholman@gymli.org> | |||||
2024-10-14 | ui: input: use scancodes instead of keycodes | Danny Holman | 1 | -2/+3 | |
Use scancodes instead of keycodes for indexing into the callback array. This makes the engine keyboard-agnostic. Signed-off-by: Danny Holman <dholman@gymli.org> | |||||
2024-09-17 | ui: add new subsystemv0.61 | Danny Holman | 1 | -0/+40 | |
Add the UI subsystem. This subsystem will control the window display, events and input. Signed-off-by: Danny Holman <dholman@gymli.org> |