lwjgl icon indicating copy to clipboard operation
lwjgl copied to clipboard

Keyboard class is missing PrintScreen button/key code

Open JFixby opened this issue 7 years ago • 1 comments

https://github.com/LWJGL/lwjgl/blob/master/src/java/org/lwjgl/input/Keyboard.java

Also: pushing PrintScreen on a keyboard produces keyCode = 183 in Windows 8.1

JFixby avatar May 11 '17 09:05 JFixby

See KEY_SYSRQ, it's the same key.

Spasi avatar May 11 '17 09:05 Spasi