LWJGL Forum

Programming => Bug Reports / RFE => Topic started by: xolotl on November 13, 2011, 21:52:16

Title: [BUG/RFE] Keyboard constant for the "middle" numpad button (5) without numlock?
Post by: xolotl on November 13, 2011, 21:52:16
It looks as though LWJGL doesn't "understand" the 5 key in the numeric keypad when numlock isn't on.  When Numlock is on, the key generated is KEY_NUMPAD5, but with numlock off, LWJGL sees KEY_NONE, which doesn't strike me as right.

AWT generates the KeyEvent with "VK_BEGIN," if that helps.

The other numpad keys can be caught, although it looks like they're indistinguishable from their non-numpad equivalents.
Title: Re: [BUG/RFE] Keyboard constant for the "middle" numpad button (5) without numlock?
Post by: Matzon on November 14, 2011, 06:39:36
this may be a bug, however looking at other "systems", this is a general issue.
It seems that it should be sending a 'clear key' - but it does absolutely nothing here for me.