Elias Naur
|
fc759e6192
|
Implemented Keyboard.enableRepeatEvents(), Keyboard.areRepeatEventsEnabled() and Keyboard.isEventRepeat() to control repeat event reporting. Added repeat key test to KeyboardTest
|
2007-05-13 22:01:48 +00:00 |
|
Elias Naur
|
b5e6d79ea9
|
use timestamp matching hack to detect key repeat events instead of globally disabling keyboard repeating
|
2007-05-13 20:13:37 +00:00 |
|
Elias Naur
|
a972dd272d
|
Linux: Moved input event processing to LinuxKeyboard and LinuxMouse
|
2006-10-24 10:39:14 +00:00 |
|
Elias Naur
|
552b7ca3fc
|
Linux: Don't free already freed XIC and XIM instances in LinuxKeyboard
|
2006-07-31 01:22:33 +00:00 |
|
Elias Naur
|
4e68c787b3
|
Added Keyboard.getEventNanoseconds() and Mouse.getEventNanoseconds()
|
2006-07-04 17:07:13 +00:00 |
|
Elias Naur
|
26c6de6363
|
Implemented variable sized events in preparation of timestamped input events
|
2006-07-03 23:16:26 +00:00 |
|
Elias Naur
|
3902c69c7a
|
Now that no native side event_queue_t type is used anymore, convert input read() semantics to use normal nio Buffer semantics - that is, move the position when writing events
|
2006-07-03 19:09:47 +00:00 |
|
Elias Naur
|
cbe41294a5
|
Linux: Moved most input related stuff from native to java
|
2006-07-03 18:07:44 +00:00 |
|