Sam Lantinga
Sam Lantinga
> Thank you for the thoughtful response! I think I need more clarification as to what the SDL main loop is doing/is for. I've ignored it thus far without issue,...
Should this be an SDL3 feature?
This hasn't been updated in a while and we're cleaning house for SDL 3.0. Please feel free to reopen this if you'd like to clean it up and get it...
Apple really doesn't let you call window functions outside of the main thread. The problem here is that the renderer is implicitly calling window functions on your behalf. Does that...
> We are in 2024 and almost every computer has lots of CPU cores. Multithreading should just work. Except it doesn't. It looks like we can fix this for the...
This is a good question for the SDL discussion group: http://discourse.libsdl.org/ The quick answer is that you should use SDL_StartTextInput()
We probably need to add some flags to SDL_StartTextInput() to define the style of input we want.
Showing suggestions is now the default behavior in SDL3, and you can customize this with SDL_StartTextInputWithProperties()
Sure, go ahead and add a PR and tests in testautomation for them. I'm not sure how they would need to be handled in the blitting code, thoughts?
Since we believe this bug is fixed upstream, I'm going to go ahead and close this for now. Please reopen if you find it's an issue with SDL.