Sam Lantinga
Sam Lantinga
Are you calling SDL_PollEvent() to drain the SDL event queue?
If you create an SDL window, you should process SDL events on the thread that created the window. Try that and see if that fixes the issue?
This should process events correctly. I'm not sure what's causing the handles to be created.
I'm bumping this to 3.x. We can easily add functions to query sensor rates and set desired sensor rates at any point in the future. If this is important for...
Since this isn't generally supported across platforms, let's not do this for now. We can add it later if we decide it's important.
We should remove the endian float versions and just use native float format here. Do we need any other formats besides native and float?
Okay, sounds good.
Out of curiosity, does this happen with SDL3?
That's correct, scaled conversion blitting from an 8-bit surface to a non-8-bit surface is not currently supported. You can scale an 8-bit surface and convert to 32-bit or convert to...