// Check to see if the DrawingToolMouseMode wants to
// be invisible. If it does, ask the current
// active MouseMode to be the proxy for it...
if (!omdtmm.isVisible() && mevent instanceof MapMouseEvent) {
MapMouseMode mmm = ((MapMouseEvent) mevent).getMapMouseMode();
if (mmm.actAsProxyFor(omdtmm,
MapMouseSupport.PROXY_DISTRIB_MOUSE_MOVED
& MapMouseSupport.PROXY_DISTRIB_MOUSE_DRAGGED)) {
if (DTL_DEBUG) {
Debug.output("DTL: Setting " + mmm.getID()
+ " as proxy for drawing tool");