bevy_simple_text_input icon indicating copy to clipboard operation
bevy_simple_text_input copied to clipboard

Add IME support

Open PiraHzq opened this issue 1 year ago • 0 comments

I've added IME support for the text input. Currently, Chinese input has been tested and is working on macOS 15.2.

Additionally, the logic for retrieval the current window needs to be fixed. For convenience, I simply used the main window here. I hope a common function for retrieval current focus window can be provided.

PiraHzq avatar Jan 01 '25 23:01 PiraHzq