aboutsummaryrefslogtreecommitdiffstats
path: root/coreAPI
Commit message (Expand)AuthorAgeFilesLines
* Changed the default plugin for XP to be the combined raw and direct input plu...endolf2007-08-021-3/+4
* Updated javadocendolf2007-06-283-6/+6
* Make the API docs and the code match for the Mouse.get<button> methods. Add t...endolf2007-06-281-4/+37
* Raw input has mouse buttons 4 and 5 as button 3 and 4 not side and extra.endolf2007-06-201-0/+17
* Implement the isSupported method and make plugins work again. There was an is...endolf2007-06-102-34/+56
* Added commented examplesendolf2007-06-102-0/+178
* Made polling of absolute Components lazy to avoid performance problems with k...elias2007-04-192-2/+15
* Made the core classes and the linux plugin applet compatible. Removed dead co...elias2006-07-141-105/+25
* added DefaultControllerEnvironment.loadLibrary convenience method for plugins...elias2006-07-031-0/+21
* Added ControllerEventTest for testing event queueingelias2006-06-232-244/+539
* Add an axis identifier for unknown axis types and get directx to use itendolf2006-05-251-0/+5
* Merge revision 12 of oddlabs svn repo.endolf2006-05-141-5/+1
* Make version 2 the main jinput versionendolf2006-04-2914-869/+556
* Updated button ID's. Trouble is, windows and linux id the buttons differently.endolf2005-12-021-0/+22
* Updated build scripts to build java 1.4 byte codeendolf2005-08-281-1/+1
* Re added the fade testendolf2005-08-271-2/+2
* Added handlign for unknown windows versionsjeffpk2005-08-231-0/+5
* Added cleanup stuff for rumblers, it doesn't fix the code, but is niceendolf2005-07-161-2/+2
* Linux rumbler supportendolf2005-07-031-1/+1
* If the default plugin is not in the classpath, an exception gets thrown.endolf2005-06-161-6/+6
* Unless otherwise specified (using the property), the plugin loader willendolf2005-06-151-5/+24
* Changes for Axis.Identifier changes. This includes renaming Axis to Component...endolf2004-08-2911-760/+917
* Issue number: 18endolf2004-06-211-3/+3
* fixes for issues 25 and 26endolf2004-04-211-2/+0
* Added jinput.controllerPluginPath property to package documentationendolf2004-04-021-1/+2
* First quick attempt at package javadoc to show the properties for plugin loadingendolf2004-04-021-0/+12
* Initial version 1.0.0-b01djp2004-02-181-0/+104
* Updated rumblers to be able to get their axis name and axis identifierendolf2003-12-022-0/+30
* Initial rumbler test supportendolf2003-12-012-0/+69
* Added jinput.plugins (or net.java.games.input.plugins, both work) to allow pl...endolf2003-11-281-0/+20
* Forgot to remove debug before commitingendolf2003-09-041-3/+0
* Added property java.controllerPluginPath that enables users to specifyendolf2003-09-041-2/+10
* Changed bin back to dist, removed extra definition of target allgregorypierce2003-08-051-7/+8
* The all target had been added giving two all targets, two all targets = build...endolf2003-08-051-4/+0
* Changed output to /dist/jinput.jar as opposed to /bin/controller.jargregorypierce2003-08-051-7/+11
* Changed controller.jar to jinput.jar as perendolf2003-08-051-6/+6
* Added 4 new mouse buttonsendolf2003-07-311-1/+82
* Added I8042 (ps/2) and Parallel port typesendolf2003-07-311-0/+11
* Update to allow hat switches to be in 4 more positions.endolf2003-07-232-0/+28
* Slightly modified to talk to modified Plugin API in Jutils.jeffpk2003-06-261-1/+5
* Initial check-in of the Java Games Initiative's game controller discovery and...jeffpk2003-06-0617-0/+2946