Windows: Add scancode conversions from Chromium sources (#4020)

This commit is contained in:
Mads Marquart 2024-12-03 11:05:22 +01:00 committed by GitHub
parent cfa8f027cc
commit 164bf85b5b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 29 additions and 0 deletions

View file

@ -76,6 +76,7 @@ changelog entry.
- Added `Window::surface_position`, which is the position of the surface inside the window.
- Added `Window::safe_area`, which describes the area of the surface that is unobstructed.
- On X11 and Wayland, improved scancode conversions for more obscure key codes.
- On Windows, improved scancode conversions for more obscure key codes.
### Changed