[BUG/RFE] Keyboard constant for the "middle" numpad button (5) without numlock?

Started by xolotl, November 13, 2011, 21:52:16

Previous topic - Next topic

xolotl

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.

Matzon

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.