* Dispatch SunDropTargetEvents regardless of eventMask value.
* Do not update cursor on dispatching SunDropTargetEvents.
*/
if (e instanceof SunDropTargetEvent) {
SunDropTargetEvent sdde = (SunDropTargetEvent) e;
ret = processDropTargetEvent(sdde);
} else {
if (e instanceof MouseEvent && (eventMask & MOUSE_MASK) != 0) {
MouseEvent me = (MouseEvent) e;