SDL icon indicating copy to clipboard operation
SDL copied to clipboard

Spurious SDL_TEXTEDITING events on Windows

Open slouken opened this issue 4 years ago • 0 comments

When we lose focus, IME_ClearComposition() is called, which calls SDL_SendEditingText() with an empty string. We always deliver this, even if there's currently no composition. We probably should change the code so we don't send duplicate editing text events.

slouken avatar Nov 27 '21 16:11 slouken