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
Implement all of SDL's window events in nom::Input
Implement handling of the destruction of each window's resources independently; we shutdown execution entirely if any one of the windows has a SDL_QUIT event request at the moment.