feat: add window::Event::ScaleFactorChanged

This commit is contained in:
csmoe 2025-06-25 12:42:54 +08:00 committed by Héctor Ramón Jiménez
parent 19569f7900
commit 21cf7f98d7
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
2 changed files with 6 additions and 0 deletions

View file

@ -71,4 +71,7 @@ pub enum Event {
///
/// - **Wayland:** Not implemented.
FilesHoveredLeft,
/// A window's scale factor was changed.
ScaleFactorChanged(f64),
}