Web: don't block pen input (#3813)

This commit is contained in:
daxpedda
2024-07-23 15:32:20 +02:00
committed by Kirill Chibisov
parent 4b1aa51094
commit 9ca8c09208
5 changed files with 32 additions and 135 deletions

View File

@@ -47,3 +47,4 @@ changelog entry.
### Fixed
- On MacOS, fix building with `feature = "rwh_04"`.
- On Web, pen events are now routed through to `WindowEvent::Cursor*`.