LWJGL Hidden Switches

From LWJGL

Revision as of 06:32, 12 December 2010 by JediTofu (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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>


Hacks

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox