aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/OSX
Commit message (Collapse)AuthorAgeFilesLines
* 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