public class Lwjgl3Mini2DxConfig
extends com.badlogic.gdx.backends.lwjgl3.Lwjgl3ApplicationConfiguration
| Modifier and Type | Field and Description |
|---|---|
boolean |
capUpdatesPerSecond
True if there should be no more updates than the target FPS (i.e.
|
boolean |
errorOnFrameDrop
True if an error should be logged when frames a dropped
|
int |
foregroundFPS
Sets the target framerate for the application.
|
java.lang.String |
gameIdentifier |
int |
targetFPS
The target framerate
|
TimestepMode |
timestepMode
The
TimestepMode to use |
Lwjgl3Mini2DxWindowListener |
windowListener
The window listener
|
| Constructor and Description |
|---|
Lwjgl3Mini2DxConfig(java.lang.String gameIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
long |
maximumTimestepNanos() |
float |
maximumTimestepSeconds() |
long |
targetTimestepNanos() |
float |
targetTimestepSeconds() |
disableAudio, enableGLDebugOutput, getDisplayMode, getDisplayMode, getDisplayModes, getDisplayModes, getMonitors, getPrimaryMonitor, setAudioConfig, setBackBufferConfig, setForegroundFPS, setHdpiMode, setIdleFPS, setInitialVisible, setMaxNetThreads, setPreferencesConfig, setTransparentFramebuffer, useOpenGL3setAutoIconify, setDecorated, setFullscreenMode, setInitialBackgroundColor, setMaximized, setMaximizedMonitor, setResizable, setTitle, setWindowedMode, setWindowIcon, setWindowIcon, setWindowListener, setWindowPosition, setWindowSizeLimits, useVsyncpublic final java.lang.String gameIdentifier
public TimestepMode timestepMode
TimestepMode to usepublic int targetFPS
public boolean capUpdatesPerSecond
public boolean errorOnFrameDrop
public int foregroundFPS
public Lwjgl3Mini2DxWindowListener windowListener