From 2bf0d9c9cbdb366167e95f145dd67c0110a7a73b Mon Sep 17 00:00:00 2001 From: Brian Matzon Date: Thu, 18 Aug 2005 13:48:43 +0000 Subject: [PATCH] updated readme to include jinput --- doc/README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/README b/doc/README index 4da9a2b9..d1022481 100644 --- a/doc/README +++ b/doc/README @@ -12,7 +12,7 @@ To run some of the included tests: Extract the archive, and cd into directory (please substitute ; and \ according to platform) - java -cp .;res;jar\lwjgl.jar;jar\lwjgl_test.jar;jar\lwjgl_util.jar;jar\lwjgl_fmod3.jar;jar\lwjgl_devil.jar; -Djava.library.path=native TEST + java -cp .;res;jar\lwjgl.jar;jar\lwjgl_test.jar;jar\lwjgl_util.jar;jar\lwjgl_fmod3.jar;jar\lwjgl_devil.jar;jar\jinput.jar; -Djava.library.path=native TEST (this specifies that the jvm should locate the lwjgl native libs in 'native' directory) where TEST is one of the following: @@ -25,6 +25,7 @@ To run some of the included tests: org.lwjgl.test.input.MouseTest org.lwjgl.test.input.HWCursorTest org.lwjgl.test.input.KeyboardTest + org.lwjgl.test.input.TestControllers org.lwjgl.test.openal.ALCTest org.lwjgl.test.openal.OpenALCreationTest