Nathan Holstein

Results 4 comments of Nathan Holstein

I spent some time to track this down. Not being familiar with macOS either it took a bit of digging to find [`orderFrontCharacterPalette()`](https://developer.apple.com/documentation/appkit/nsapplication/1428455-orderfrontcharacterpalette?language=objc) which does exactly this. I've submitted a...

Chris, thanks for looking at this and providing quick feedback in the PR. > when it's a macOS specific thing implemented in a questionable fashion. Agreed that its an unexpected...

Sounds good (the approach, not the bitter taste. With full pun intended.... 🤮) I'll see what I can find.

@voldemortensen, `winit`'s implementation actually partly inspired my PR. After this PoC I created a draft commit on my system which extends [`winit::platform::macos::WindowExtMacOS`](https://docs.rs/winit/0.21.0/x86_64-apple-darwin/winit/platform/macos/trait.WindowExtMacOS.html) instead. Since `glutin` directly exports this via [`glutin::window::Window`](https://docs.rs/glutin/0.24.0/glutin/window/struct.Window.html)...