From 1d04001a61e9d1660f1c2b07db091a5f971aa2a4 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Sun, 16 Feb 2025 20:42:23 -0500 Subject: move input handling into renderer --- renderer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'renderer.h') diff --git a/renderer.h b/renderer.h index a9de784..9c0df1f 100644 --- a/renderer.h +++ b/renderer.h @@ -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); -- cgit v1.2.3