LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: knoggly on June 02, 2005, 23:59:37

Title: Keyboard-Character-Error
Post by: knoggly on June 02, 2005, 23:59:37
Hi,

when i run the keyboardTest from lwjgl 0.97 i get the following output:

-------------------------------
Checking key:F
Key character: f

Checking key:F
Key character: [BOX]
-------------------------------

[BOX] means there i see this little nifty square with that windows tells me that it doesn't like the character :-).

I first noticed this problem with V0.95 and so upgraded, but in V0.97 the same problem occured. Has anyone an idea what this could be.

my system: Windows2000 SP4, DX9.0c, JRE 1.5.0_01

knoggly