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
A binding to the SDL_PushEvent function is needed. In my code I plan to use the blocking function SDL_WaitEvent on the main thread, and use SDL_PushEvent to unblock the main thread so I can do rendering code, or whatever.
The text was updated successfully, but these errors were encountered:
A binding to the
SDL_PushEvent
function is needed. In my code I plan to use the blocking functionSDL_WaitEvent
on the main thread, and useSDL_PushEvent
to unblock the main thread so I can do rendering code, or whatever.The text was updated successfully, but these errors were encountered: