In Windows you can distinguish the ‘move’ drag operation from a ‘copy’ drag operation by checking if the Ctrl key is pressed. How can I do the same thing on OSX? I’m using the Qt framework.
In Windows you can distinguish the ‘move’ drag operation from a ‘copy’ drag operation
Share
In
QDropEvent, using keyboardModifiers() function is a good way to distinguish the ‘move’ drag operation from a ‘copy’ drag operation