Add prefix byte for extended scancodes on Windows (#1679)

This commit is contained in:
Vickles 2020-10-19 15:35:01 +01:00 committed by GitHub
parent 7c543a43a9
commit fbd3918d3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 13 deletions

View file

@ -3,6 +3,7 @@
- On Android, calling `WindowEvent::Focused` now works properly instead of always returning false.
- On Windows, fix alt-tab behaviour by removing borderless fullscreen "always on top" flag.
- On Windows, fix bug preventing windows with transparency enabled from having fully-opaque regions.
- **Breaking:** On Windows, include prefix byte in scancodes.
# 0.23.0 (2020-10-02)