added click events

master
Marcus Gosselin 2014-10-13 17:04:06 -04:00
parent a1e408fb1e
commit 02db9018fe
2 changed files with 2 additions and 1 deletions

View File

@ -94,4 +94,6 @@ public abstract interface BasicApp {
public abstract boolean visibleInMenu();
public abstract void resized(int width, int height);
public abstract void click();
}

View File

@ -245,7 +245,6 @@ public class Engine extends Canvas implements KeyListener, MouseMotionListener,
if(buffer.getWidth() != WIDTH || buffer.getHeight() != HEIGHT) {
System.out.println("bork " + buffer.getWidth());
System.out.println("bork " + WIDTH);
createBuffer();
}