LWJGL Forum

Programming => Bug Reports / RFE => Topic started by: ra4king on December 21, 2012, 10:15:02

Title: [BUG] Pressing Numpad Enter Key Returns Incorrect Value
Post by: ra4king on December 21, 2012, 10:15:02
The keycode reported when hitting the numpad enter key should be 156 according to Keyboard.KEY_NUMPADENTER. However, it returns 28, which is the value of Keyboard.KEY_RETURN.

Credit: tomass1996 on IRC