Web: fix MouseMotion coordinate space (#3770)

This commit is contained in:
daxpedda
2024-06-29 00:52:05 +02:00
committed by Kirill Chibisov
parent bf68ac0b14
commit 949cb0f203
4 changed files with 113 additions and 53 deletions

View File

@@ -50,3 +50,4 @@ changelog entry.
- On Web, fix `WindowEvent::Resized` not using `requestAnimationFrame` when sending
`WindowEvent::RedrawRequested` and also potentially causing `WindowEvent::RedrawRequested`
to not be de-duplicated.
- Account for different browser engine implementations of pointer movement coordinate space.