Web: Remove some unnecessary compatibility code (#3766)

This commit is contained in:
daxpedda 2024-06-29 00:52:05 +02:00 committed by GitHub
parent 82d9bbe559
commit 2e93e48a3b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 26 additions and 64 deletions

View file

@ -52,6 +52,7 @@ 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`.
### Removed