Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ui: input: use scancodes instead of keycodes | Danny Holman | 2024-10-14 | 1 | -2/+1 |
| | | | | | | | 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> | ||||
* | ui: add new subsystemv0.61 | Danny Holman | 2024-09-17 | 4 | -0/+261 |
Add the UI subsystem. This subsystem will control the window display, events and input. Signed-off-by: Danny Holman <dholman@gymli.org> |