bitsdojo_window icon indicating copy to clipboard operation
bitsdojo_window copied to clipboard

Allow moving unfocused windows

Open 12people opened this issue 3 years ago • 1 comments

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.

12people avatar Dec 04 '21 17:12 12people

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

hieplee2997 avatar Jun 26 '23 04:06 hieplee2997