Commit graph

41 commits

Author SHA1 Message Date
endolf d418a10639 Changed the default plugin for XP to be the combined raw and direct input plugins. 2007-08-02 20:11:20 +00:00
endolf 9f2bd073fe Updated javadoc 2007-06-28 21:35:13 +00:00
endolf fd2a1b073d Make the API docs and the code match for the Mouse.get<button> methods. Add the methods that we actually wanted to be there. 2007-06-28 20:37:24 +00:00
endolf 10214031df Raw input has mouse buttons 4 and 5 as button 3 and 4 not side and extra. 2007-06-20 21:04:46 +00:00
endolf 083eee58ee Implement the isSupported method and make plugins work again. There was an issue where accessing the static methods in DefaultControllerEnvironment and ControllerEnvironment would cause ploblems when the plugins were loaded using the PluginLoader class loader. 2007-06-10 15:03:27 +00:00
endolf 4c295d9219 Added commented examples 2007-06-10 10:51:31 +00:00
elias 1bfb2dc3c0 Made polling of absolute Components lazy to avoid performance problems with keyboards on mac os x 2007-04-19 11:59:23 +00:00
elias f0737680fa Made the core classes and the linux plugin applet compatible. Removed dead code in DefaultControllerEnvironment 2006-07-14 08:31:27 +00:00
elias 4306f119c2 added DefaultControllerEnvironment.loadLibrary convenience method for plugins. It will also respect the new net.java.games.input.librarypath property for locating natives (useful for applets). Removed the mac os x jinput-osx-legacy library loading, as it is not necessary anymore with the combined 10.3/10.4 library 2006-07-03 11:59:10 +00:00
elias 603d4c6ce6 Added ControllerEventTest for testing event queueing 2006-06-23 10:48:04 +00:00
endolf 99e28a3d9d Add an axis identifier for unknown axis types and get directx to use it
if it doesn't recognise an axis on construction.
2006-05-25 12:40:27 +00:00
endolf 1dc8f9ea11 Merge revision 12 of oddlabs svn repo.
Mac OS X: build.xml fix
Windows: Fixed crash when Raw plugin fails to load
Mac OS X: Tweak native libraries so only one library, libjinput-osx.jnilib contains both gcc 3 ppc code and gcc 4 i386 code. That way, we'll cover all releases and architectures with one native library instead of two
2006-05-14 09:14:52 +00:00
endolf 559c008a02 Make version 2 the main jinput version 2006-04-29 22:29:27 +00:00
endolf fb1b49b5a9 Updated button ID's. Trouble is, windows and linux id the buttons differently. 2005-12-02 22:43:14 +00:00
endolf ae942dd3cc Updated build scripts to build java 1.4 byte code 2005-08-28 20:52:26 +00:00
endolf be7b59d328 Re added the fade test 2005-08-27 09:21:48 +00:00
jeffpk 98ab1d6fe4 Added handlign for unknown windows versions 2005-08-23 20:59:32 +00:00
endolf 04e3538e83 Added cleanup stuff for rumblers, it doesn't fix the code, but is nice 2005-07-16 15:09:04 +00:00
endolf df432c29ae Linux rumbler support
IT DOES NOT WORK YET though.

I'm in contact with the kernel module developers as I think it's a kernel bug
2005-07-03 20:05:34 +00:00
endolf decd93d226 If the default plugin is not in the classpath, an exception gets thrown.
This should only happen if it's also not in the plugins directory.
2005-06-16 16:32:59 +00:00
endolf 4a07a72323 Unless otherwise specified (using the property), the plugin loader will
now automatically try and load the plugin specific to that platform. The
plugins path will be scanned first, and if found, the plugin will not be
reloaded.
2005-06-15 12:26:14 +00:00
endolf fa132b2126 Changes for Axis.Identifier changes. This includes renaming Axis to Component, and creating the Identifier objects for Key Axis and Button. 2004-08-29 21:23:06 +00:00
endolf bbb5c4e0af Issue number: 18 2004-06-21 21:48:44 +00:00
endolf 2dc9aae5e2 fixes for issues 25 and 26
Sigsgv with logitec USB keyboard with volume controls and mouse wheel

when valid event device list in /dev/input/event* has invalid devices in the middle of the sequence, a sigsegv is seen
2004-04-21 09:48:55 +00:00
endolf 54ecf9687a Added jinput.controllerPluginPath property to package documentation 2004-04-02 10:09:03 +00:00
endolf 004375ec03 First quick attempt at package javadoc to show the properties for plugin loading 2004-04-02 10:04:45 +00:00
djp 212ab383d4 Initial version 1.0.0-b01 2004-02-18 17:17:18 +00:00
endolf ec62ee8549 Updated rumblers to be able to get their axis name and axis identifier 2003-12-02 18:55:13 +00:00
endolf f4c4499bf3 Initial rumbler test support 2003-12-01 23:41:20 +00:00
endolf 28f05a7e9d Added jinput.plugins (or net.java.games.input.plugins, both work) to allow plugin class names to be specified for useage with webstart. 2003-11-28 22:47:24 +00:00
endolf 3c3175b242 Forgot to remove debug before commiting 2003-09-04 11:58:06 +00:00
endolf 19b89b0942 Added property java.controllerPluginPath that enables users to specify
their own path for the controller plugin.
2003-09-04 11:50:06 +00:00
gregorypierce f665e62ad9 Changed bin back to dist, removed extra definition of target all 2003-08-05 17:42:32 +00:00
endolf 87b9654ed6 The all target had been added giving two all targets, two all targets = build failure :) 2003-08-05 16:33:53 +00:00
gregorypierce 9c58992810 Changed output to /dist/jinput.jar as opposed to /bin/controller.jar 2003-08-05 15:23:30 +00:00
endolf ef7559ab41 Changed controller.jar to jinput.jar as per
http://www.JavaGaming.org/cgi-bin/JGNetForums/YaBB.cgi?board=jinput;action=display;num=1059866464
2003-08-05 08:04:18 +00:00
endolf d3b10d018f Added 4 new mouse buttons 2003-07-31 19:38:44 +00:00
endolf 52ad786cb0 Added I8042 (ps/2) and Parallel port types 2003-07-31 19:37:29 +00:00
endolf c931dd231c Update to allow hat switches to be in 4 more positions. 2003-07-23 12:22:55 +00:00
jeffpk b3a1e3aa3c Slightly modified to talk to modified Plugin API in Jutils.
(Will now fail gracefully and silently if there is no controller directory
available to search for plugins.)
2003-06-26 00:04:53 +00:00
jeffpk 38a5315d76 Initial check-in of the Java Games Initiative's game controller discovery and input library. 2003-06-06 21:04:07 +00:00