LWJGL Hidden Switches

From LWJGL

Jump to: navigation, search

Contents

Hidden Switches

Set these by either passing -Dkey=value as a Java VM option or by calling System.setProperty("key","value"); in your code (in most likely a static block).


org.lwjgl.librarypath=<full path to native directory>


org.lwjgl.opengl.Display.noinput=<true|false>


org.lwjgl.opengl.Display.nomouse=<true|false>


org.lwjgl.opengl.Display.nokeyboard=<true|false>


org.lwjgl.util.Debug=<true|false>


org.lwjgl.util.NoChecks=<true|false>


org.lwjgl.opengl.Display.allowSoftwareOpenGL=<true|false>


org.lwjgl.opengl.Window.undecorated=<true|false>


org.lwjgl.input.Mouse.allowNegativeMouseCoords=<true|false>

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox