LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: ryanm on March 08, 2008, 20:59:33

Title: Linux keyboard errors
Post by: ryanm on March 08, 2008, 20:59:33
Howdy

Running the KeyboardTest, I've noticed wonky results for a couple of keys.

This is the output from tapping "\" and then "#"

Checking key:NONE
Pressed:true
Key character code: 0x5c
Key character: \
Repeat event: false

Checking key:NONE
Pressed:false
Key character code: 0x0
Key character: 
Repeat event: false

Checking key:NONE
Pressed:true
Key character code: 0x23
Key character: #
Repeat event: false

Checking key:NONE
Pressed:false
Key character code: 0x0
Key character: 
Repeat event: false


edit: To clarify, the "Checking key" output does not reflect the key that is being pressed.

I'm running on an Inspiron 9300, and it works as expected on Windows.