Files
winit/src/platform_impl/macos
Kirill Chibisov f10ef5f331 On macOS, fix confirmed character inserted
When confirming input in e.g. Korean IME or using characters like
`+` winit was sending those twice, once via `Ime::Commit` and the
other one via `ReceivedCharacter`, since those events weren't generating
any `Ime::Preedit` and were forwarded due to `do_command_by_selector`.
2022-07-21 22:23:22 +03:00
..
2022-06-11 03:43:51 +02:00
2022-07-20 11:50:49 +03:00
2022-06-10 13:43:33 +03:00
2022-06-08 21:50:26 +03:00
2022-06-10 19:05:28 +02:00
2022-07-20 11:50:49 +03:00
2022-07-21 22:22:36 +03:00