public static class GameConfiguration.DisplayInformation
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
boolean | 
checkGlErrors  | 
boolean | 
fullscreen  | 
int | 
height  | 
int | 
width  | 
| Constructor and Description | 
|---|
DisplayInformation(int widthIn,
                  int heightIn,
                  boolean fullscreenIn,
                  boolean checkGlErrorsIn)  |