mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2025-12-06 08:01:59 +01:00
updated readme to include jinput
This commit is contained in:
parent
07e172e8c9
commit
2bf0d9c9cb
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue