winit/src/platform_impl/macos
Mads Marquart e9a25a4c91
Replace remaining AppKit bindings with icrate's (#3296)
* Use icrate's window structs and enums

* Properly implement protocols

* Use icrate's NSWindow

We were previously using undocumented methods on `NSWindowTabGroup`

* Use icrate's NSApplication

And clean up some doc comments regarding NSApplication
2023-12-23 23:07:55 +01:00
..
app.rs Replace remaining AppKit bindings with icrate's (#3296) 2023-12-23 23:07:55 +01:00
app_delegate.rs Replace remaining AppKit bindings with icrate's (#3296) 2023-12-23 23:07:55 +01:00
app_state.rs Replace remaining AppKit bindings with icrate's (#3296) 2023-12-23 23:07:55 +01:00
cursor.rs Partially replace custom AppKit bindings with icrate's autogenerated bindings (#2982) 2023-12-23 20:58:38 +01:00
event.rs Partially replace custom AppKit bindings with icrate's autogenerated bindings (#2982) 2023-12-23 20:58:38 +01:00
event_loop.rs Replace remaining AppKit bindings with icrate's (#3296) 2023-12-23 23:07:55 +01:00
ffi.rs Replace remaining AppKit bindings with icrate's (#3296) 2023-12-23 23:07:55 +01:00
menu.rs Replace remaining AppKit bindings with icrate's (#3296) 2023-12-23 23:07:55 +01:00
mod.rs Replace remaining AppKit bindings with icrate's (#3296) 2023-12-23 23:07:55 +01:00
monitor.rs Partially replace custom AppKit bindings with icrate's autogenerated bindings (#2982) 2023-12-23 20:58:38 +01:00
observer.rs Replace remaining AppKit bindings with icrate's (#3296) 2023-12-23 23:07:55 +01:00
util.rs Improve macOS/iOS/Web thread safety 2023-08-14 23:19:57 +04:00
view.rs Replace remaining AppKit bindings with icrate's (#3296) 2023-12-23 23:07:55 +01:00
window.rs Replace remaining AppKit bindings with icrate's (#3296) 2023-12-23 23:07:55 +01:00
window_delegate.rs Replace remaining AppKit bindings with icrate's (#3296) 2023-12-23 23:07:55 +01:00