diff options
| author | Arslaan Pathan <[email protected]> | 2026-04-09 14:08:23 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-04-09 14:08:23 +1200 |
| commit | 0cebba8c7013201ec685b0ca35212294d3d009f3 (patch) | |
| tree | cadeb245975e79aa5758724eac38c22d901ed2eb /include | |
| parent | 0f19e5f0175b0e031257ccd22f42e21baaf2f720 (diff) | |
| download | saffron-0cebba8c7013201ec685b0ca35212294d3d009f3.tar.xz saffron-0cebba8c7013201ec685b0ca35212294d3d009f3.zip | |
Click event routing
IT WORKS IT WORKS IT WORKS YESSSSSSSSSSSSSSSSS
Diffstat (limited to 'include')
| -rw-r--r-- | include/saffron_api.h | 1 |
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 |
