Web: fix MouseMotion coordinate space (#3770)
This commit is contained in:
parent
850dd97177
commit
936da131c2
5 changed files with 126 additions and 28 deletions
|
|
@ -56,7 +56,6 @@ changelog entry.
|
|||
to send specific data to be processed on the main thread.
|
||||
- Changed `EventLoopProxy::send_event` to `EventLoopProxy::wake_up`, it now
|
||||
only wakes up the loop.
|
||||
- On Web, slightly improve accuracy of `DeviceEvent::MouseMotion`.
|
||||
- `ApplicationHandler::create|destroy_surfaces()` was split off from
|
||||
`ApplicationHandler::resumed/suspended()`.
|
||||
|
||||
|
|
@ -80,3 +79,4 @@ changelog entry.
|
|||
### Fixed
|
||||
|
||||
- On Wayland, avoid crashing when compositor is misbehaving.
|
||||
- Account for different browser engine implementations of pointer movement coordinate space.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue