Examples of onMiddleClick()


Examples of mapwriter.api.IMwDataProvider.onMiddleClick()

      else if (button == 2) {
        Point blockPoint = this.mapMode.screenXYtoBlockXZ(this.mapView, x, y);
 
        IMwDataProvider provider = MwAPI.getCurrentDataProvider();
          if (provider != null)         
            provider.onMiddleClick(this.mapView.getDimension(), blockPoint.x, blockPoint.y, this.mapView);
      }
     
      this.viewXStart = this.mapView.getX();
    this.viewZStart = this.mapView.getZ();
    //this.viewSizeStart = this.mapManager.getViewSize();
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.