bevy_simple_text_input
bevy_simple_text_input copied to clipboard
Add IME support
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.