lwjgl/src/java/org/lwjgl/input
Ioannis Tsakpinis f97ac09641 Removed NondirectBufferWrapper. It was only used in the Cursor constructor and in a way that could cause crashes: Passing heap buffers to both the images and delays arguments would result in both sharing the same direct memory. 2013-10-30 17:20:28 +02:00
..
Controller.java Update ControllerAdapter in util package to reflect new changes in the Controller interface class (should fix broken build) 2012-04-10 13:23:08 +00:00
ControllerEvent.java Slight tweak to the controller patch, rename getEventButtonStatus() to 2013-10-29 22:06:20 +00:00
Controllers.java Slight tweak to the controller patch, rename getEventButtonStatus() to 2013-10-29 22:06:20 +00:00
Cursor.java Removed NondirectBufferWrapper. It was only used in the Cursor constructor and in a way that could cause crashes: Passing heap buffers to both the images and delays arguments would result in both sharing the same direct memory. 2013-10-30 17:20:28 +02:00
JInputController.java I correct that it was pointed out in my pull request 2013-07-12 05:58:31 +09:00
Keyboard.java Modifiers now report the correct side they are pressed. Added 'fn'-key as modifier. 2012-11-29 18:27:08 +01:00
Mouse.java Fixed JavaDoc for Mouse#next() 2013-04-11 23:02:11 +02:00
OpenGLPackageAccess.java Ported codebase to Java 1.5. 2010-09-28 21:11:35 +00:00