Fixed by libsdl-org/SDL@6c96217:
Fixed by libsdl-org/SDL@5ff4243:
Fixed by libsdl-org/SDL#5398:
General:
Things to note
https://github.com/flibitijibibo/SDL2-CS is not updated to the latest SDL, and there is no open PR on their side. We can set the hints, but we won't be able to use SDL_ClearComposition.
Fixed by libsdl-org/SDL@6c96217:
Fixed by libsdl-org/SDL@5ff4243:
SDL_WINDOWEVENT_ENTERandSDL_WINDOWEVENT_LEAVEevents if any button is pressed when the mouse leaves and enters the window. This introduces a nasty bug withMouseHandlerwhere relative mode won't be re-enabled if the mouse leaves and enters the window while holding down any buttons. This is by design.SDL_HINT_MOUSE_AUTO_CAPTUREwhen not using relative mode #5163Fixed by libsdl-org/SDL#5398:
SDL_TextInputEvents when the text is longer than 32 characters. Should be easy to fix, either delay resetting ofrecentImeResult, or match the SDL text with our composition text usingstring.Contains.ResetImeto useSDL_ClearCompositionon non-windows platforms.General:
Things to note
https://github.com/flibitijibibo/SDL2-CS is not updated to the latest SDL, and there is no open PR on their side. We can set the hints, but we won't be able to use
SDL_ClearComposition.