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

This commit is contained in:
daxpedda
2024-07-23 15:32:20 +02:00
committed by GitHub
parent c9c260ca08
commit 5ec934b1b0
5 changed files with 32 additions and 135 deletions

View File

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