How to center NSWindow in screen
Issue #442
On macOS, coordinate origin is bottom left
1 | let window = NSWindow(contentRect: rect, styleMask: .borderless, backing: .buffered, defer: false) |
Issue #442
On macOS, coordinate origin is bottom left
1 | let window = NSWindow(contentRect: rect, styleMask: .borderless, backing: .buffered, defer: false) |