winit/src/platform_impl
Mads Marquart c0c14aaf00
macOS: Call ApplicationHandler directly instead of using Event (#3753)
Additionally, always queue events in `handle_scale_factor_changed`.

These events were intentionally not queued before, since they are
executed inside `handle_scale_factor_changed`, which is itself queued.
Though that's a bit too subtle, so let's just take the minuscule perf
hit of redundantly checking whether we need to queue again.

Co-authored-by: Kirill Chibisov <contact@kchibisov.com>
2024-06-23 23:14:22 +02:00
..
android chore: address 1.79 clippy lints 2024-06-15 15:26:26 +03:00
ios chore: address 1.79 clippy lints 2024-06-15 15:26:26 +03:00
linux x11: fix build on arm 2024-06-17 13:51:08 +03:00
macos macOS: Call ApplicationHandler directly instead of using Event (#3753) 2024-06-23 23:14:22 +02:00
orbital chore: address 1.79 clippy lints 2024-06-15 15:26:26 +03:00
web Web: implement WaitUntilStrategy (#3739) 2024-06-20 23:07:42 +02:00
windows chore: address 1.79 clippy lints 2024-06-15 15:26:26 +03:00
mod.rs chore(rustfmt): use nightly (#2325) 2024-04-26 17:11:44 +02:00