winit/src/platform_impl/macos
Amr Bashir 418cc44e93
On macOS, add EventLoopBuilderExtMacOS::with_activate_ignoring_other_apps (#2551)
* On macOS,  add `EventLoopBuilderExtMacOS::with_activate_ignoring_other_apps`

* Update src/platform/macos.rs

Co-authored-by: Mads Marquart <mads@marquart.dk>

* remove todo

Co-authored-by: Mads Marquart <mads@marquart.dk>
2022-11-23 13:42:46 +01:00
..
appkit macOS: Fix NSWindowLevel values (#2545) 2022-11-22 11:08:56 +01:00
util Only build, but don't run tests in MSRV CI (#2558) 2022-11-23 13:07:58 +01:00
app.rs Refactor macOS to use new objc2 features (#2465) 2022-09-08 16:45:29 +02:00
app_delegate.rs On macOS, add EventLoopBuilderExtMacOS::with_activate_ignoring_other_apps (#2551) 2022-11-23 13:42:46 +01:00
app_state.rs On macOS, add EventLoopBuilderExtMacOS::with_activate_ignoring_other_apps (#2551) 2022-11-23 13:42:46 +01:00
event.rs Refactor macOS to use new objc2 features (#2465) 2022-09-08 16:45:29 +02:00
event_loop.rs On macOS, add EventLoopBuilderExtMacOS::with_activate_ignoring_other_apps (#2551) 2022-11-23 13:42:46 +01:00
ffi.rs Refactor macOS to use new objc2 features (#2465) 2022-09-08 16:45:29 +02:00
menu.rs Only build, but don't run tests in MSRV CI (#2558) 2022-11-23 13:07:58 +01:00
mod.rs Only build, but don't run tests in MSRV CI (#2558) 2022-11-23 13:07:58 +01:00
monitor.rs Simplify internal type construction 2022-09-21 11:04:28 +03:00
observer.rs Fix runloop entry (#2480) 2022-09-08 21:56:53 +02:00
view.rs Accepts first mouse (#2457) 2022-09-13 21:11:18 +02:00
window.rs Only build, but don't run tests in MSRV CI (#2558) 2022-11-23 13:07:58 +01:00
window_delegate.rs On macOS, fix panic in current_monitor_inner 2022-11-05 05:30:39 +03:00