kappaOne
6c4de65e20
Slight tweak to the controller patch, rename getEventButtonStatus() to
...
getEventButtonState() to make it consistent with Keyboard and Mouse
classes and remove unused import.
2013-10-29 22:06:20 +00:00
momokan
dc580e2584
I correct that it was pointed out in my pull request
...
・src/java/org/lwjgl/input/Controllers.java, line 265: Should be "The timestamp assigned to the current event"
・src/java/org/lwjgl/input/JInputController.java, line 211: Consider splitting on two lines.
2013-07-12 05:58:31 +09:00
momokan
a9e492d93a
Add controller's status to event buffer
2013-06-30 12:28:01 +09:00
Ioannis Tsakpinis
a8bcb7fd25
Ported codebase to Java 1.5.
...
Misc OpenCL fixes and API improvements.
Changed fractal demo to use events/sync objects instead of cl/glFinish for synchronization. (untested)
2010-09-28 21:11:35 +00:00
Brian Matzon
bb16ec7492
updated and added license where needed
2008-04-07 18:36:09 +00:00
Kevin Glass
007fe5999e
Updated Controllers event queue to make use of the new JInput
...
event queue, including adding getEventNanoseconds() to the
Controllers interface. TestControllers against Logitech pad on
Win32 confirms that no behaviour changes are evident.
2006-11-17 08:08:21 +00:00
Kevin Glass
7f9faf144d
Removed sanity checks for controllers. All controllers are now reported allowing the developer to make the decision over which ones to display to the user.
2006-08-30 02:47:49 +00:00
Kevin Glass
b1a4935212
Added sanity checks on reported controllers to prune out one with no Axis or no Buttons.
2006-08-21 17:26:28 +00:00
Kevin Glass
02a9ec5c9c
Removed the use of "jinput.plugins" system property since it doesn't appear to be needed any more and causes double detection of controllers.
2005-11-15 22:31:49 +00:00
Brian Matzon
351e6f5b19
support isCreated and destroy (destroy currently ignored)
2005-06-29 20:47:18 +00:00
Kevin Glass
0ae6c420ef
Initial controller input checkin. Source for the wrapper round JInput including the test tool.
2005-06-29 20:11:15 +00:00