Skip to content

Spurious SDL_TEXTEDITING events on Windows #5022

@slouken

Description

@slouken

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.

Metadata

Metadata

Assignees

Labels

early in milestoneThis change should be made early in the milestone for additional testing

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions