Windows, emit ReceivedCharacter on system keybinds

Currently needed for downstream users relaying on `ReceivedCharacter` for implementing
keybindings.
This commit is contained in:
Markus Siglreithmaier 2022-10-08 05:32:40 +02:00 committed by GitHub
parent fafdedfb7d
commit 4d48c76da9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 3 deletions

View file

@ -8,6 +8,7 @@ And please only add new entries to the top of this list, right below the `# Unre
# Unreleased
- On Windows, emit `ReceivedCharacter` events on system keybindings.
- On Windows, fixed focus event emission on minimize.
- On MacOS, made `accepts_first_mouse` configurable.
- Migrated `WindowBuilderExtUnix::with_resize_increments` to `WindowBuilder`.