From 0c85af6e46f48b7425d59fc776b193c06a4a1f52 Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Sun, 04 Aug 2019 12:08:30 -0400 Subject: [PATCH] Material icons --- ClickInfo.java | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/ClickInfo.java b/ClickInfo.java index a73de9f..8966a67 100644 --- a/ClickInfo.java +++ b/ClickInfo.java @@ -12,6 +12,7 @@ ClickInfo() { bounds = new Rectangle(); + //System.out.println("CLICKINFO"); } static final int kCamera = 1; @@ -26,6 +27,10 @@ double toScreen[][]; iCameraPane pane; Graphics g; + int DX, DY; + float W = 1; + + double scale; // Distance from clicked point to origin static double matbuffer[][] = new double[4][4]; } -- Gitblit v1.6.2