Fix communication of fractional RI_MOUSE_WHEEL events (Windows) (#1877)

This commit is contained in:
Norbert Nemec 2021-03-11 22:08:29 +01:00 committed by GitHub
parent 599477d754
commit 86748fbc68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 52 additions and 2 deletions

View file

@ -1,5 +1,6 @@
# Unreleased
- On Windows, fix fractional deltas for mouse wheel device events.
- On macOS, fix segmentation fault after dropping the main window.
- On Android, `InputEvent::KeyEvent` is partially implemented providing the key scancode.
- Added `is_maximized` method to `Window`.