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
We should provide two methods for consuming context events:
gosling_context_poll_events() -> fires off any pending callbacks, intended for being called in an otherwise active loop (e.g. and event loop or rendering loop, etc)
gosling_context_wait_events() -> sleeps the thread until a callback is read to be fired
We should provide two methods for consuming context events:
See GLFW for insp:
The text was updated successfully, but these errors were encountered: