Android: Add KeyEvent handling (#1839)

This commit is contained in:
mmacedo 2021-02-23 18:35:38 -03:00 committed by GitHub
parent 10a94c0794
commit 952edcb804
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 27 additions and 4 deletions

View file

@ -1,5 +1,6 @@
# Unreleased
- On Android, `InputEvent::KeyEvent` is partially implemented providing the key scancode.
- Added `is_maximized` method to `Window`.
- On Windows, fix bug where clicking the decoration bar would make the cursor blink.
- On Windows, fix bug causing newly created windows to erroneously display the "wait" (spinning) cursor.