Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement IsCursorOnScreen for PLATFORM_DESKTOP_SDL (raysan5#3862)
I did some testing and this seems to work okay, but it *is* different to GLFW. GLFW seems to lose "IsCursorOnScreen" for one frame upon pressing alt+tab over the window, without a different window covering it. SDL seems to have a more reasonable behavior for this case. Either way it's an edge case and I don't know the exact way to fix, likely requires internal GLFW changes.
- Loading branch information