From 513152dad053cb47a922a4eacc7e0d9685d202a0 Mon Sep 17 00:00:00 2001 From: Brian Matzon Date: Mon, 13 Dec 2004 17:10:26 +0000 Subject: [PATCH] hidden switches --- doc/lwjgl_hidden_switches.text | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 doc/lwjgl_hidden_switches.text diff --git a/doc/lwjgl_hidden_switches.text b/doc/lwjgl_hidden_switches.text new file mode 100644 index 00000000..08c1214c --- /dev/null +++ b/doc/lwjgl_hidden_switches.text @@ -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) \ No newline at end of file