Exemplo n.º 1
0
 /** @param windowWidth the windowWidth to set */
 public static void setWindowWidth(int windowWidth) {
   Globals.setWindowResolution(windowWidth, Globals.windowHeight);
 }