mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2026-01-08 09:49:57 +01:00
Issue number: 33
Obtained from: vacaro Submitted by: vacaro Reviewed by: endolf
This commit is contained in:
parent
f107ea2558
commit
58a0518a42
22
README.txt
22
README.txt
|
|
@ -25,7 +25,7 @@ of both the coreAPI and the plug-ins. If you install the JGI Jutils project
|
|||
at the same root as this project and build it first it will put jars in the
|
||||
right places.
|
||||
|
||||
This project has been built in the follwing environment.
|
||||
This project has been built in the following environment.
|
||||
-- Win32 (Win 2000 in the case of our machine)
|
||||
-- Sun J2SDK 1.4 (available at java.sun.com)
|
||||
-- MinGW 2.0.0 plus the following updates: (all available at www.mingw.org)
|
||||
|
|
@ -35,10 +35,10 @@ This project has been built in the follwing environment.
|
|||
-- "Peter Puck's" directx8 binding
|
||||
(http://www.urebelscum.speedhost.com/download.html, file: dx8libs.zip
|
||||
(Copy all of his *.a library files into the MingW "lib" directory)
|
||||
-- The DirectX9 SDK available at the microsoft directX site.
|
||||
-- The DirectX 9 SDK available at the Microsoft DirectX site.
|
||||
(http://www.microsoft.com/directx)
|
||||
The Win32 plug-in build.xml file expects this to be installed in
|
||||
c:\dx9. You can install it elsewher but then you will have to modify
|
||||
c:\dx9. You can install it elsewhere but then you will have to modify
|
||||
the reference in that build.xml ant script.
|
||||
-- ANT 1.4.1 (available at apache.org)
|
||||
|
||||
|
|
@ -47,7 +47,7 @@ Directory Organization:
|
|||
|
||||
The root contains a master ANT build.xml and the following sub directories:
|
||||
-- coreAPI: The actual API
|
||||
-- plugins: Directories for bildign controlelr plugins.
|
||||
-- plugins: Directories for building controller plugins.
|
||||
(Currently the only plug in is the Win32 DX8 plugin.)
|
||||
|
||||
Build instructions:
|
||||
|
|
@ -62,9 +62,9 @@ To test:
|
|||
To run: ant textest
|
||||
Readtest: A test that creates a window for each discovered
|
||||
controller (or sub-controller) which displays the
|
||||
current state of all the controller's axiis.
|
||||
(Note: The windows currrently all open at the same
|
||||
place on the screen so yo uwill have to move them to
|
||||
current state of all the controller's axes.
|
||||
(Note: The windows currently all open at the same
|
||||
place on the screen so you will have to move them to
|
||||
see them all.)
|
||||
To run: ant readtest
|
||||
|
||||
|
|
@ -77,16 +77,16 @@ Release Info:
|
|||
|
||||
05/09/2003: A number of bugs and problems with the DXPlugin are fixed in this
|
||||
release. This release also brings the code up to date using the DI8
|
||||
interface. This thus is the first release that requries Peter Puck's
|
||||
interface. This thus is the first release that requires Peter Puck's
|
||||
DX8 bindings to compile with MinGW.
|
||||
|
||||
05/09/2003 (second update):
|
||||
This version adds a new standard value type to the API.
|
||||
Axis.POV holds standard definitions for values for POV (hat) switches
|
||||
-- Axis.POV.CENTER and Axis.POV.OFF are synonmous and are
|
||||
-- Axis.POV.CENTER and Axis.POV.OFF are synonymous and are
|
||||
the center position.
|
||||
-- Axis.POV.UP, Axis.POV.DOWN, Axis.POV.LEFT and Axis.POV.RIGHT
|
||||
should be self explainatory.
|
||||
should be self explanatory.
|
||||
Any hat that claims to be "normalized" will return these values. (It is
|
||||
recommended that all hats be normalized by the systemn specific plugins.)
|
||||
recommended that all hats be normalized by the system specific plugins.)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue