Commit graph

30 commits

Author SHA1 Message Date
endolf 0015c724b3 Rather than crashing, just disable the plugin if we an't load the dll 2007-09-23 02:01:26 +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 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
elias d71de8a642 Mac OS X: Don't fail the entire device enumeration when one device fails to open 2007-02-25 20:40:02 +00:00
elias 43b4dab801 Mac OS X: Added support for mouse scroll wheel 2006-11-12 18:36:17 +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
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
cjcdoomed 0d155c818c Issue number: Implemented OSXJoystick functionality
Submitted by:  Chris Cooper cjcdoomed@gmail.com
2005-05-20 14:25:24 +00:00
cjcdoomed eac5380da4 Issue: OS X Nightly build not compiling
Obtained from:
Submitted by:  Chris Cooper
Reviewed by:
2005-05-06 05:00:46 +00:00
gregorypierce ad0fd45046 Changes for the nightly build 2004-02-28 05:45:22 +00:00
gregorypierce 06c28ad3da Updated so that if a key gets enumerated multiple times, only the first enumeration will be accepted. This was done to stop an issue with certain keys in OSX being enumerated more than once - the first being the correct HID code (assumption) and the second being something wrong. It is not clear why those keys were being enumerated more than once to begin with. But this solves the problem. 2004-02-28 01:26:36 +00:00
gregorypierce 6eb181e4be Updated for correct build environment 2004-02-28 01:24:09 +00:00
gregorypierce 32c2c63818 Updated for better debugging output. 2004-02-28 01:23:22 +00:00
gregorypierce 1376adde46 Updated for proper build settings. 2004-02-28 01:22:41 +00:00
swpalmer 9d6240f1b3 Preliminary Ant build support for OS X 2003-09-04 15:12:02 +00:00
gregorypierce 144c3501e5 Add HID properties and CROSSTABLE entries to move from JInput keys to HID cookies and poll keyboard keys 2003-08-09 18:19:34 +00:00
gregorypierce 09ae0599ef Change to ignore non HID compliant devices and to correct a bug where usage page passed as element type 2003-08-09 18:18:43 +00:00
gregorypierce eade1ce044 Couple of bug fixes 2003-08-09 18:17:38 +00:00
gregorypierce d1e7bf020d Added information for keyboard return codes. There are many international keys whose mappings are not totally clear. 2003-08-08 07:08:41 +00:00
gregorypierce aeea752a6f no message 2003-08-07 21:57:08 +00:00
gregorypierce c88f6ab0c6 no message 2003-08-07 18:28:18 +00:00
gregorypierce 9aa4e82038 no message 2003-08-06 01:02:58 +00:00
gregorypierce 24d639f5be Initial release of native library 2003-08-05 18:33:07 +00:00
gregorypierce c2688c3ae8 no message 2003-08-05 18:32:27 +00:00
gregorypierce 6e8132cedf Initial update - partial merge with JInput 2003-08-05 18:31:29 +00:00
gregorypierce b6a6416f8e Update to move native pointers to Java code, to retrieve the correct device types from the HID tables, to open/close the device and prepare to poll data from the device data queues 2003-07-29 05:15:11 +00:00
gregorypierce 14e0af5493 no message 2003-07-28 14:46:07 +00:00
gregorypierce 09418e2664 Initial revision 2003-07-26 04:50:27 +00:00
gregorypierce 55171e1127 Initial checking 2003-07-24 03:25:48 +00:00