Ryan C. Gordon
Ryan C. Gordon
So we can close this issue?
export the environment variable SDL_EVENT_LOGGING=2 before running your program. This will dump a flood of information to stderr as events flow through SDL's queue. See if mouse events just sort...
@slouken could this maybe the new automatic mouse capture code? I can't imagine why this would happen otherwise.
@db-tech Last call before 2.24 is finished, if you have time to verify we fixed this. (if you're busy, that's okay, but we'd love to know if this is resolved...
> Apple OpenGL it seems to require window move/resize events for the screen to be repainted. I think this is what's confusing me at the moment. Is the problem that...
Thanks, it's helpful to see the exact source line in QEMU. I'm going to get QEMU building over here and look at this directly, because it seems like some weird...
Good idea!
We have SDL_GetDisplayUsableBounds() which could honor the SafeAreaInset, but my understanding is you can draw to the whole display otherwise, and this is just to tell the app not to...
As I mentioned on the PR, the only way this is going to get wide use is if we require it to be specified as an argument to SDL_Init(), otherwise...
So as a way forward: - for the audio stuff, use the old hint if set, if not, use the new generic hint (already in revision control). - for everything...