This method of the DragSession Interface retrieves the drag modifiers for the current drag operation.
public int getDragModifiers();
Returns any one or a combination of the following modifiers.
LBUTTON, | MBUTTON, | RBUTTON, |
CONTROL, | SHIFT, or | ALT. |