android: Add mapping from NDK Keycode to VirtualKeyCode (#2226)

This commit is contained in:
TÖRÖK Attila 2022-04-01 18:16:59 +02:00 committed by GitHub
parent 2ae12fb0a0
commit 52c4670237
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 171 additions and 3 deletions

View file

@ -30,6 +30,7 @@ And please only add new entries to the top of this list, right below the `# Unre
- On Wayland, fix resize and scale factor changes not being propagated properly.
- On Wayland, fix polling during consecutive `EventLoop::run_return` invocations.
- On Windows, fix race issue creating fullscreen windows with `WindowBuilder::with_fullscreen`
- On Android, `virtual_keycode` for `KeyboardInput` events is now filled in where a suitable match is found.
# 0.26.1 (2022-01-05)