Package | Description |
---|---|
com.badlogic.gdx | |
com.badlogic.gdx.backends.lwjgl |
Modifier and Type | Method and Description |
---|---|
Graphics.DisplayMode |
Graphics.getDesktopDisplayMode() |
Graphics.DisplayMode[] |
Graphics.getDisplayModes() |
Modifier and Type | Method and Description |
---|---|
boolean |
Graphics.setDisplayMode(Graphics.DisplayMode displayMode)
Sets the current
Graphics.DisplayMode . |
Modifier and Type | Class and Description |
---|---|
protected static class |
LwjglApplicationConfiguration.LwjglApplicationConfigurationDisplayMode |
Modifier and Type | Method and Description |
---|---|
static Graphics.DisplayMode |
LwjglApplicationConfiguration.getDesktopDisplayMode() |
static Graphics.DisplayMode[] |
LwjglApplicationConfiguration.getDisplayModes() |
Modifier and Type | Method and Description |
---|---|
void |
LwjglApplicationConfiguration.setFromDisplayMode(Graphics.DisplayMode mode)
Sets the r, g, b and a bits per channel based on the given
Graphics.DisplayMode and sets the fullscreen flag to true. |