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
|
48cf79e55f
|
Linux: Fixed Display.setIcon memory leak.
|
2006-06-30 18:56:37 +00:00 |
|
Elias Naur
|
6cf49718db
|
Windows: LWJGL didn't work well with jinput, but compatibility could be greatly improved if LWJGL used DirectInput 8 (like jinput). This can't be done unconditionally, since we need the DX3 support for older versions of windows. So, I've moved most Mouse and Keyboard stuff from native to java side and generalized DirectInput access through an abstract base class, with two concrete subclasses, one for dx3 and one for dx8.
|
2006-06-26 13:50:48 +00:00 |
|
Elias Naur
|
9f41ecaedb
|
Removed Keyboard.isStateKeySet() - it is easily replaced by Toolkit.getLockingKeyState()
|
2006-06-10 20:42:26 +00:00 |
|
Kevin Glass
|
94e0bb30c0
|
Added methods to set the window icon. MacOS implementation added using AWT images.
|
2005-07-05 21:54:12 +00:00 |
|
Caspian Rychlik-Prince
|
200ed3792a
|
Cleanup of unused imports
|
2005-05-04 20:59:44 +00:00 |
|
Elias Naur
|
61ddd625df
|
Added Mouse.setCursorPosition(x, y)
|
2005-04-12 11:45:06 +00:00 |
|
Elias Naur
|
3085702a38
|
Mac OS X port of the refactoring. Linux and Win32 fixes.
|
2005-02-23 11:11:08 +00:00 |
|
Elias Naur
|
fb5d89599b
|
Linux support for AWTGLCanvas. Big refactor of context specific code into Context.java that is now shared between Display, Pbuffer and AWTGLCanvas. (Win32 and Mac OS X is now broken while I implement the same changes on those platforms)
|
2005-02-20 11:24:22 +00:00 |
|
Elias Naur
|
66181d1486
|
Delegate Sys platform dependent methods into SysImplementation instances
|
2005-01-18 20:23:05 +00:00 |
|
Elias Naur
|
f4180a214d
|
Cleaned up Mouse and Keyboard now that buffering and translation are always enabled
|
2005-01-18 16:42:31 +00:00 |
|
Elias Naur
|
fbcd19698b
|
Moved Mouse.getNativeCursorCaps() to Cursor.getCapabilities()
Renamed Pbuffer.getPbufferCaps() to Pbuffer.getCapabilities()
|
2005-01-18 12:34:36 +00:00 |
|
Elias Naur
|
925139bc7d
|
Added a Pbuffer argument to the Pbuffer constructor to enable sharing between pbuffers when the display is not created. Moved Pbuffer native methods into DisplayImplementation.
|
2005-01-11 13:53:12 +00:00 |
|
Ioannis Tsakpinis
|
83dd8b6bbc
|
Code cleanup
|
2004-11-25 22:31:38 +00:00 |
|
Elias Naur
|
2577ffd377
|
Split up Sys.openURL into the platform specific DisplayImplementation
|
2004-11-22 21:22:30 +00:00 |
|
Elias Naur
|
9ec94cb364
|
Move getPbufferCaps to DisplayImplementation. Mac OS X pbuffer support
|
2004-11-18 12:10:28 +00:00 |
|
Elias Naur
|
5b1b513aab
|
Moved native cursors to DisplayImplementation
|
2004-11-11 13:27:59 +00:00 |
|
Elias Naur
|
ddd61963ee
|
Split out native implementation of Display/Mouse/Keyboard into implementers of DisplayImplementation
|
2004-11-02 12:48:58 +00:00 |
|