コード例 #1
0
ファイル: Engine.java プロジェクト: JacobNorlin/TRIPPN-BALLS
 @Override
 public void reshape(GLAutoDrawable drawable, int topY, int topX, int width, int height) {
   game.reshape(topX, topY, width, height);
 }