DragEvent |
Action | Set this to what action will be (or was) performed. |
Data | The drag data. |
HasAlt | Whether <c>Alt</c> key was being held down at the time of the event. |
HasCtrl | Whether <c>Control</c> key was being held down at the time of the event. |
HasShift | Whether <c>Shift</c> key was being held down at the time of the event. |
KeyboardModifiers | The keyboard modifier keys that were held down at the moment the event triggered. |
LocalPosition | Cursor position, local to this widget. |