summaryrefslogtreecommitdiff
path: root/include/rune/ui/window.h
AgeCommit message (Collapse)Author
2024-10-25ui: make initialization functions more consistentDanny Holman
Make the initialization functions more consistent with the rest of the engine. Init functions should have the format `rune_init_<object>`. Signed-off-by: Danny Holman <dholman@gymli.org>
2024-09-17ui: add new subsystemv0.61Danny Holman
Add the UI subsystem. This subsystem will control the window display, events and input. Signed-off-by: Danny Holman <dholman@gymli.org>