bitsdojo_window
bitsdojo_window copied to clipboard
Allow moving unfocused windows
When using MoveWindow on macOS, the window can only be moved if it's in focus. If a user starts draggin the MoveWindow area when it's not in focus, nothing happens.
Looks like you're either having an NSView added to the NSWindow or adding an NSToolbar. If you run the example of this project you will not see this problem @12people