Exemplo n.º 1
0
 protected void setGameViewClickable(final boolean state) {
   if (gameView != null) {
     gameView.setClickable(state);
   }
 }