aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/OSX
Commit message (Collapse)AuthorAgeFilesLines
* Applied the patch and seems to work after testing.Michael Speth2012-10-262-2/+7
|
* Use java logging instead of system out in core and plugins.endolf2009-10-311-7/+9
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@229 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Apply patch from bjunglas for issue 42 to allow 3D Connexions space ↵endolf2009-07-151-0/+4
| | | | | | navigator to be detected on osx git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@227 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Build for all 3 architecturesendolf2009-03-261-16/+34
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@218 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Rather than crashing, just disable the plugin if we an't load the dllendolf2007-09-231-5/+10
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@207 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Make the API docs and the code match for the Mouse.get<button> methods. Add ↵endolf2007-06-281-1/+1
| | | | | | the methods that we actually wanted to be there. git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@189 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Implement the isSupported method and make plugins work again. There was an ↵endolf2007-06-101-6/+61
| | | | | | issue where accessing the static methods in DefaultControllerEnvironment and ControllerEnvironment would cause ploblems when the plugins were loaded using the PluginLoader class loader. git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@187 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Mac OS X: Don't fail the entire device enumeration when one device fails to openelias2007-02-251-10/+17
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@177 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Mac OS X: Added support for mouse scroll wheelelias2006-11-121-1/+1
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@173 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* added DefaultControllerEnvironment.loadLibrary convenience method for ↵elias2006-07-031-15/+1
| | | | | | 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
* Merge revision 12 of oddlabs svn repo.endolf2006-05-141-15/+23
| | | | | | | | | 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-2930-2387/+2833
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@139 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Issue number: Implemented OSXJoystick functionalitycjcdoomed2005-05-201-10/+207
| | | | | | | Submitted by: Chris Cooper [email protected] git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@93 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Issue: OS X Nightly build not compilingcjcdoomed2005-05-062-10/+10
| | | | | | | | | Obtained from: Submitted by: Chris Cooper Reviewed by: git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@91 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Changes for the nightly buildgregorypierce2004-02-282-1/+2
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@73 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Updated so that if a key gets enumerated multiple times, only the first ↵gregorypierce2004-02-281-9/+20
| | | | | | 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. git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@71 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Updated for correct build environmentgregorypierce2004-02-281-2/+7
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@70 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Updated for better debugging output.gregorypierce2004-02-281-4/+2
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@69 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Updated for proper build settings.gregorypierce2004-02-281-18/+16
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@68 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Preliminary Ant build support for OS Xswpalmer2003-09-042-0/+100
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@49 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Add HID properties and CROSSTABLE entries to move from JInput keys to HID ↵gregorypierce2003-08-091-51/+166
| | | | | | cookies and poll keyboard keys git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@45 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Change to ignore non HID compliant devices and to correct a bug where usage ↵gregorypierce2003-08-091-2/+5
| | | | | | page passed as element type git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@44 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Couple of bug fixesgregorypierce2003-08-091-11/+17
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@43 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Added information for keyboard return codes. There are many international ↵gregorypierce2003-08-082-7/+238
| | | | | | keys whose mappings are not totally clear. git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@42 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* no messagegregorypierce2003-08-073-49/+112
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@41 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* no messagegregorypierce2003-08-078-346/+680
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@40 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* no messagegregorypierce2003-08-062-32/+56
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@38 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Initial release of native librarygregorypierce2003-08-051-0/+716
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@37 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* no messagegregorypierce2003-08-053-674/+0
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@36 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Initial update - partial merge with JInputgregorypierce2003-08-057-0/+699
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@35 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Update to move native pointers to Java code, to retrieve the correct device ↵gregorypierce2003-07-292-9/+111
| | | | | | types from the HID tables, to open/close the device and prepare to poll data from the device data queues git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@16 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* no messagegregorypierce2003-07-282-104/+218
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@15 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Initial revisiongregorypierce2003-07-262-0/+328
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@14 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Initial checkinggregorypierce2003-07-241-0/+130
git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@13 e343933a-64c8-49c5-92b1-88f2ce3e89e8