Java com.badlogic.gdx.backends.lwjgl3 Lwjgl3ApplicationConfiguration fields, constructors, methods, implement or subclass

Example usage for Java com.badlogic.gdx.backends.lwjgl3 Lwjgl3ApplicationConfiguration fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.badlogic.gdx.backends.lwjgl3 Lwjgl3ApplicationConfiguration.

The text is from its open source code.

Constructor

Method

voidsetIdleFPS(int fps)
Sets the polling rate during idle time in non-continuous rendering mode.
voidsetPreferencesConfig(String preferencesDirectory, Files.FileType preferencesFileType)
Sets the directory where Preferences will be stored, as well as the file type to be used to store them.
voiduseOpenGL3(boolean useGL30, int gles3MajorVersion, int gles3MinorVersion)
Sets whether to use OpenGL ES 3.0 emulation.
voiduseVsync(boolean vsync)
Sets whether to use vsync.