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
This problem is like the "how to quit Vim" of SDL — it happens to many users, but the information about it is scattered across GitHub issues, Reddit threads, Stack Overflow, etc.
It would be very helpful to have official documentation explaining when this happens, why this happens, and how to solve it. Without proper documentation, new users are likely to get confused or assume SDL is bad designed.
Please consider adding this to the SDL3 documentation or wiki. It would save time and frustration for a lot of developers.
Here's an example of a relevant solution in SDL3: using the new callback system: #12972 (comment)