mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-11 05:21:31 +11:00
Fix missleading breaking change on Windows
The applications should not rely on not-implemented behavior and should use the right functions for that.
This commit is contained in:
parent
11d4a301e4
commit
ee7dc48e3b
|
@ -11,8 +11,8 @@ And please only add new entries to the top of this list, right below the `# Unre
|
||||||
- On macOS, fixed touch phase reporting when scrolling.
|
- On macOS, fixed touch phase reporting when scrolling.
|
||||||
- On X11, fix min, max and resize increment hints not persisting for resizable windows (e.g. on DPI change).
|
- On X11, fix min, max and resize increment hints not persisting for resizable windows (e.g. on DPI change).
|
||||||
- On Windows, respect min/max inner sizes when creating the window.
|
- On Windows, respect min/max inner sizes when creating the window.
|
||||||
- **Breaking:** On Windows, device events are now ignored for unfocused windows by default, use `EventLoopWindowTarget::set_device_event_filter` to set the filter level.
|
|
||||||
- For backwards compatibility, `Window` now (additionally) implements the old version (`0.4`) of the `HasRawWindowHandle` trait
|
- For backwards compatibility, `Window` now (additionally) implements the old version (`0.4`) of the `HasRawWindowHandle` trait
|
||||||
|
- On Windows, added support for `EventLoopWindowTarget::set_device_event_filter`.
|
||||||
|
|
||||||
# 0.27.1 (2022-07-30)
|
# 0.27.1 (2022-07-30)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue