Normand Briere
2019-07-27 1af7d3700724834e40ad8636bc9a56cdc3b19b15
ClickInfo.java
....@@ -12,6 +12,7 @@
1212 ClickInfo()
1313 {
1414 bounds = new Rectangle();
15
+ //System.out.println("CLICKINFO");
1516 }
1617
1718 static final int kCamera = 1;
....@@ -24,8 +25,12 @@
2425 Rectangle bounds;
2526 Camera camera;
2627 double toScreen[][];
27
- CameraPane pane;
28
+ iCameraPane pane;
2829 Graphics g;
30
+ int DX, DY;
31
+ float W = 1;
32
+
33
+ double scale; // Distance from clicked point to origin
2934
3035 static double matbuffer[][] = new double[4][4];
3136 }