Java com.badlogic.gdx.backends.lwjgl LwjglApplicationConfiguration fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Subclass

com.badlogic.gdx.backends.lwjgl.LwjglApplicationConfiguration has subclasses.
Click this link to see all its subclasses.

Field

booleandisableAudio
If true, OpenAL will not be used.

Constructor

Method

voidaddIcon(String path, FileType fileType)
Adds a window icon.
voidsetFromDisplayMode(DisplayMode mode)
Sets the r, g, b and a bits per channel based on the given DisplayMode and sets the fullscreen flag to true.