macOS can be configured to drag windows with Cmd+Ctrl+click via NSWindowShouldDragOnGesture. AppKit does not see its usual titlebar drag path for our frameless Qt windows, so handle the native mouse down in the AppKit event filter when that default is enabled. Forward the event to performWindowDragWithEvent before Qt turns it into normal widget input. This restores the system gesture without changing behavior for users who have not enabled the default. |
||
|---|---|---|
| .. | ||
| Android | ||
| AppKit | ||
| cmake | ||
| Gtk | ||
| Icons | ||
| Qt | ||
| .gitignore | ||
| CMakeLists.txt | ||
| Info.plist | ||