Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make sure to call
raw_input_hook
on web (emilk#4646)
## What's new * Extends @varphone's excellent `raw_input_hook` idea from emilk#4008 to `web/app_runner`. ## Details Debugging this locally after my app's `raw_input_hook` wasn't being called, I realized it's not in the code path of eframe's web runner, only the native integration. Below is a toy example running on the web. https://github.com/emilk/egui/assets/8173478/d470b7e6-d393-4ead-9745-3aafc72ae6bc
- Loading branch information