hidden switches

This commit is contained in:
Brian Matzon 2004-12-13 17:10:26 +00:00
parent 9dbf3119d7
commit 513152dad0
1 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
LWJGL "Hidden" switches:
org.lwjgl.opengl.Display.noinput
Do not initialize any controls when creating the display
org.lwjgl.opengl.Display.nomouse
Do not create the mouse when creating the display
org.lwjgl.opengl.Display.nokeyboard
Do not create the keyboard when creating the display
org.lwjgl.opengl.Display.nocontroller
Do not create the controller when creating the display
org.lwjgl.Sys.debug
Whether to output debug info
org.lwjgl.opengl.Window.allowSoftwareOpenGL
Whether to allow creation of a software only opengl context
org.lwjgl.opengl.Window.undecorated
Whether to create an undecorated window (no title bar)