diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2025-02-16 20:42:23 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2025-02-16 20:42:23 -0500 |
| commit | 1d04001a61e9d1660f1c2b07db091a5f971aa2a4 (patch) | |
| tree | ce4a12583123be7d8ff0a9fa70eddf9712800ba6 /renderer.h | |
| parent | bfff9d70936bcc797de7d5069c2822478b46833b (diff) | |
| download | volute-1d04001a61e9d1660f1c2b07db091a5f971aa2a4.zip | |
move input handling into renderer
Diffstat (limited to 'renderer.h')
| -rw-r--r-- | renderer.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ #include "microui.h" void r_init(void); +void r_handle_input(mu_Context *ctx); void r_draw_rect(mu_Rect rect, mu_Color color); void r_draw_text(const char *text, mu_Vec2 pos, mu_Color color); void r_draw_icon(int id, mu_Rect rect, mu_Color color); |