kettle11 / kapp

A pure Rust window and input library for Windows, Mac, and Web. (Work in progress)
Apache License 2.0
56 stars 4 forks source link

IMEComposition Event for MacOS #67

Open kettle11 opened 3 years ago

kettle11 commented 3 years ago

@lunabunn This is an implementation of IMECompositionEvent for MacOS. I've tested it very lightly by typing some Japanese words I know and checking that the candidates get sent correctly.

Does this change look good to you?