win32: account for mouse wheel speed setting

Also adds a method to toggle this behavior during runtime.
This commit is contained in:
Tony 2025-08-23 20:38:56 +08:00 committed by GitHub
parent b13b39aa0b
commit 317d62fb93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 96 additions and 18 deletions

View file

@ -256,3 +256,4 @@ changelog entry.
- On macOS, fixed redundant `SurfaceResized` event at window creation.
- On macOS, don't panic on monitors with unknown bit-depths.
- On macOS, fixed crash when closing the window on macOS 26+.
- On Windows, account for mouse wheel lines per scroll setting for `WindowEvent::MouseWheel`.