Menu

/trunk/LWJGL/src/native/common Commit Log


Commit Date  
[r2799] by elias_naur

Windows: Remove dependency on DirectInput for WindowsMouse used by WindowsDisplay. Keyboard conversion coming up. Reasons:

1. DirectInput is deprecated (http://en.wikipedia.org/wiki/DirectInput). Specifically, Microsoft recommends using regular windows messages for keyboard and mouse input.
2. Not using DirectInput enable us to use the Raw Input JInput plugin to access multiple mice (and keyboards).
3. We're already using windows messages for features DirectInput never supported, so by removing DirectInput dependency, we get rid of some special case code.
4. When we're only using windows messages for input, we're (theoretically) more compatible than with a dependency on a properly working DirectInput.

2007-04-24 09:30:03 Tree
[r2794] by matzon

fixing warnings

2007-04-19 23:13:52 Tree
[r2793] by matzon

fixing warnings

2007-04-19 23:02:57 Tree
[r2792] by matzon

removing ALC

2007-04-19 22:58:13 Tree
[r2789] by matzon

removed some null checks

2007-04-19 22:49:49 Tree
[r2786] by matzon

using NewStringNativeWithLength

2007-04-19 22:39:08 Tree
[r2773] by matzon

openal 1.1
exposing device and context

2007-04-19 22:20:14 Tree
[r2772] by matzon

using NewStringNativeWithLength

2007-04-19 22:18:16 Tree
[r2752] by elias_naur

Windows: Native compile fixes

2007-03-30 19:00:59 Tree
[r2750] by elias_naur

Use jawt_md.h instead of jawt.h since that is apparently the official way of using JAWT (from the example in jawt.h) and is required for lwjgl to compile with the ibm 1.5 jdk

2007-03-13 08:18:00 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.