Return physical position in CursorMoved on macOS (#1378)

This commit is contained in:
Héctor Ramón 2020-01-12 18:50:34 +01:00 committed by Bogaevsky
parent a6d180cefb
commit dc302b0db4
2 changed files with 11 additions and 21 deletions

View file

@ -1,5 +1,6 @@
# Unreleased
- On macOS, fix `CursorMoved` event reporting the cursor position using logical coordinates.
- On macOS, fix issue where unbundled applications would sometimes open without being focused.
- On macOS, fix `run_return` does not return unless it receives a message.
- On Windows, fix bug where `RedrawRequested` would only get emitted every other iteration of the event loop.