Skip to content

Commit

Permalink
Issue number: 33
Browse files Browse the repository at this point in the history
Obtained from: vacaro
Submitted by:  vacaro
Reviewed by:  endolf


git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@172 e343933a-64c8-49c5-92b1-88f2ce3e89e8
  • Loading branch information
endolf committed Nov 8, 2006
1 parent 299ffbb commit 50cad8f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)

Expand All @@ -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:
Expand All @@ -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

Expand All @@ -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.)

0 comments on commit 50cad8f

Please sign in to comment.