Beispiel #1
0
 @Override
 public void reshape(GLAutoDrawable drawable, int topY, int topX, int width, int height) {
   game.reshape(topX, topY, width, height);
 }
Beispiel #2
0
 @Override
 public void display(GLAutoDrawable drawable) {
   game.tick();
 }