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