You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi is there a standard way to know if nuklear handled an event in the same way we can with imgui? void snk_handle_event(const sapp_event* ev); doesn't return anything and the state is isn't public. I have some ideas for a patch but wanted to make sure that I wasn't missing something obvious.
Thank you for such a rad library.
The text was updated successfully, but these errors were encountered:
adamrt
changed the title
sokol_nuklear.h: how to swallow events that nuklear handles
sokol_nuklear.h: how to know if nuklear handled an event
Dec 19, 2023
Hi is there a standard way to know if nuklear handled an event in the same way we can with imgui?
void snk_handle_event(const sapp_event* ev);
doesn't return anything and the state is isn't public. I have some ideas for a patch but wanted to make sure that I wasn't missing something obvious.Thank you for such a rad library.
The text was updated successfully, but these errors were encountered: