public static class GameConfiguration.DisplayInformation
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
fullscreen |
java.util.Optional<java.lang.Integer> |
fullscreenHeight |
java.util.Optional<java.lang.Integer> |
fullscreenWidth |
int |
height |
int |
width |
| Constructor and Description |
|---|
DisplayInformation(int widthIn,
int heightIn,
java.util.Optional<java.lang.Integer> fullscreenWidthIn,
java.util.Optional<java.lang.Integer> fullscreenHeightIn,
boolean fullscreenIn) |