rust-windowing / winit

Window handling library in pure Rust
https://docs.rs/winit/
Apache License 2.0
4.88k stars 911 forks source link

macOS: window example doesn't accept keyboard focus #3958

Closed nicoburns closed 1 week ago

nicoburns commented 1 month ago

Description

When running the window example:

macOS version

ProductName: macOS
ProductVersion: 14.6.1
BuildVersion: 23G93

Winit version

a5f5ce6a3ddd1b27b23ab32a77a0cb917b8feeb5 (master branch). This issue does not affect winit 0.30.5. So it must have been introduced somewhere between those versions.

Update: Bisected to 7e819bb2ce0c5f3aa3acf04000e27444812ea239 (first bad commit). Which was https://github.com/rust-windowing/winit/pull/3920