aboutsummaryrefslogtreecommitdiff
path: root/include/saffron_api.h
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2026-04-09 14:08:23 +1200
committerArslaan Pathan <[email protected]>2026-04-09 14:08:23 +1200
commit0cebba8c7013201ec685b0ca35212294d3d009f3 (patch)
treecadeb245975e79aa5758724eac38c22d901ed2eb /include/saffron_api.h
parent0f19e5f0175b0e031257ccd22f42e21baaf2f720 (diff)
downloadsaffron-0cebba8c7013201ec685b0ca35212294d3d009f3.tar.xz
saffron-0cebba8c7013201ec685b0ca35212294d3d009f3.zip
Click event routing
IT WORKS IT WORKS IT WORKS YESSSSSSSSSSSSSSSSS
Diffstat (limited to 'include/saffron_api.h')
-rw-r--r--include/saffron_api.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/saffron_api.h b/include/saffron_api.h
index a993ae6..c2e6c9c 100644
--- a/include/saffron_api.h
+++ b/include/saffron_api.h
@@ -16,5 +16,6 @@ SaffronWindow* saffron_window_new(const char* title, int w, int h);
void saffron_window_free(SaffronWindow* window);
void saffron_window_show(SaffronWindow* window);
void saffron_window_main(SaffronWindow* window);
+SaffronWidget* saffron_widget_hit_test(SaffronWidget* widget, int x, int y);
#endif