| Package | Description |
|---|---|
| com.badlogic.gdx | |
| com.badlogic.gdx.backends.lwjgl |
| Modifier and Type | Method and Description |
|---|---|
Graphics.DisplayMode |
Graphics.getDisplayMode() |
Graphics.DisplayMode |
Graphics.getDisplayMode(Graphics.Monitor monitor) |
Graphics.DisplayMode[] |
Graphics.getDisplayModes() |
Graphics.DisplayMode[] |
Graphics.getDisplayModes(Graphics.Monitor monitor) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Graphics.setFullscreenMode(Graphics.DisplayMode displayMode)
Sets the window to full-screen mode.
|
| 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. |