aboutsummaryrefslogtreecommitdiffstats
path: root/coreAPI
Commit message (Collapse)AuthorAgeFilesLines
* Made the core classes and the linux plugin applet compatible. Removed dead ↵elias2006-07-141-105/+25
| | | | | | code in DefaultControllerEnvironment git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@153 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* added DefaultControllerEnvironment.loadLibrary convenience method for ↵elias2006-07-031-0/+21
| | | | | | 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 git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@145 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Added ControllerEventTest for testing event queueingelias2006-06-232-244/+539
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@143 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Add an axis identifier for unknown axis types and get directx to use itendolf2006-05-251-0/+5
| | | | | | | if it doesn't recognise an axis on construction. git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@141 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Merge revision 12 of oddlabs svn repo.endolf2006-05-141-5/+1
| | | | | | | | | 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 git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@140 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Make version 2 the main jinput versionendolf2006-04-2914-869/+556
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@139 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Updated button ID's. Trouble is, windows and linux id the buttons differently.endolf2005-12-021-0/+22
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@131 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Updated build scripts to build java 1.4 byte codeendolf2005-08-281-1/+1
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@115 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Re added the fade testendolf2005-08-271-2/+2
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@111 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Added handlign for unknown windows versionsjeffpk2005-08-231-0/+5
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@108 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Added cleanup stuff for rumblers, it doesn't fix the code, but is niceendolf2005-07-161-2/+2
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@106 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Linux rumbler supportendolf2005-07-031-1/+1
| | | | | | | | | IT DOES NOT WORK YET though. I'm in contact with the kernel module developers as I think it's a kernel bug git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@104 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* If the default plugin is not in the classpath, an exception gets thrown.endolf2005-06-161-6/+6
| | | | | | | This should only happen if it's also not in the plugins directory. git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@100 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Unless otherwise specified (using the property), the plugin loader willendolf2005-06-151-5/+24
| | | | | | | | | 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. git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@97 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Changes for Axis.Identifier changes. This includes renaming Axis to ↵endolf2004-08-2911-760/+917
| | | | | | Component, and creating the Identifier objects for Key Axis and Button. git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@85 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Issue number: 18endolf2004-06-211-3/+3
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@81 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* fixes for issues 25 and 26endolf2004-04-211-2/+0
| | | | | | | | | 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 git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@76 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Added jinput.controllerPluginPath property to package documentationendolf2004-04-021-1/+2
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@75 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* First quick attempt at package javadoc to show the properties for plugin loadingendolf2004-04-021-0/+12
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@74 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Initial version 1.0.0-b01djp2004-02-181-0/+104
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@67 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Updated rumblers to be able to get their axis name and axis identifierendolf2003-12-022-0/+30
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@64 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Initial rumbler test supportendolf2003-12-012-0/+69
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@62 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Added jinput.plugins (or net.java.games.input.plugins, both work) to allow ↵endolf2003-11-281-0/+20
| | | | | | plugin class names to be specified for useage with webstart. git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@61 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Forgot to remove debug before commitingendolf2003-09-041-3/+0
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@47 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Added property java.controllerPluginPath that enables users to specifyendolf2003-09-041-2/+10
| | | | | | | their own path for the controller plugin. git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@46 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Changed bin back to dist, removed extra definition of target allgregorypierce2003-08-051-7/+8
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@33 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* The all target had been added giving two all targets, two all targets = ↵endolf2003-08-051-4/+0
| | | | | | build failure :) git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@31 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Changed output to /dist/jinput.jar as opposed to /bin/controller.jargregorypierce2003-08-051-7/+11
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@30 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Changed controller.jar to jinput.jar as perendolf2003-08-051-6/+6
| | | | | | | http://www.JavaGaming.org/cgi-bin/JGNetForums/YaBB.cgi?board=jinput;action=display;num=1059866464 git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@28 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Added 4 new mouse buttonsendolf2003-07-311-1/+82
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@25 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Added I8042 (ps/2) and Parallel port typesendolf2003-07-311-0/+11
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@24 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Update to allow hat switches to be in 4 more positions.endolf2003-07-232-0/+28
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@12 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Slightly modified to talk to modified Plugin API in Jutils.jeffpk2003-06-261-1/+5
| | | | | | | | (Will now fail gracefully and silently if there is no controller directory available to search for plugins.) git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@9 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Initial check-in of the Java Games Initiative's game controller discovery ↵jeffpk2003-06-0617-0/+2946
and input library. git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@3 e343933a-64c8-49c5-92b1-88f2ce3e89e8