コード例 #1
0
ファイル: GameView.java プロジェクト: aaustin/FishThis
 // change the display parameters if surface is a different size
 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) {
   dthread.setSurfaceSize(width, height);
 }