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
Is it a good idea to pass SDL_AppResult to SDL_AppQuit, so it knows under what condition the app was terminated. For example, a decision can be made about saving settings depending on if the app shut down due to a failure.
The text was updated successfully, but these errors were encountered:
Is it a good idea to pass
SDL_AppResult
toSDL_AppQuit
, so it knows under what condition the app was terminated. For example, a decision can be made about saving settings depending on if the app shut down due to a failure.The text was updated successfully, but these errors were encountered: