コード例 #1
0
ファイル: EventLayer.java プロジェクト: usuallycwdillon/gama
 // We explicitely translate by the origin of the surface
 @Override
 public ILocation getModelCoordinatesFrom(
     final int xOnScreen, final int yOnScreen, final IDisplaySurface g) {
   return g.getModelCoordinates();
 }