Menu

Code 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
[r2798] by elias_naur

Windows: Fixed NULL check in native setupCursorClipping

2007-04-23 20:50:44 Tree
[r2797] by elias_naur

Added support for non-direct in glGet* style functions

2007-04-23 20:17:42 Tree
[r2796] by elias_naur

Added support for non-direct buffers to Cursor

2007-04-23 16:47:25 Tree
[r2795] by elias_naur

Inline optimizations to state trackers by MatthiasM

2007-04-22 21:29:28 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
[r2791] by matzon

re-enabled missing ALC error check

2007-04-19 22:54:25 Tree
[r2790] by matzon

removed ALC from javah
added AL11 to generate-openal

2007-04-19 22:53:32 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.