Menu

Code Commit Log


Commit Date  
[r2807] by elias_naur

Reverted accidental build.xml change

2007-04-26 07:13:02 Tree
[r2806] by elias_naur

Added output of character code value to KeyboardTest

2007-04-26 06:55:55 Tree
[r2805] by elias_naur

Simplified ALC10.nalcOpenDevice

2007-04-26 05:58:35 Tree
[r2804] by elias_naur

Windows: Use TranslateMessage and WM_CHAR to receive character input instead of manual translation. This change fixes composed characters.

2007-04-24 14:41:17 Tree
[r2803] by elias_naur

Windows: Call default handler on key events

2007-04-24 14:13:42 Tree
[r2802] by elias_naur

Removed debug output

2007-04-24 13:41:31 Tree
[r2801] by elias_naur

Windows: Convert WindowsKeyboard to use windows messages instead of DirectInput.

2007-04-24 13:40:13 Tree
[r2800] by elias_naur

Compile fix

2007-04-24 13:22:35 Tree
[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
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.