mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-03-26 07:04:49 +01:00
add comment on keyboard layout/key
This commit is contained in:
parent
0915b4f4c5
commit
2c5a862c99
|
|
@ -439,6 +439,10 @@ public class Keyboard {
|
|||
}
|
||||
|
||||
/**
|
||||
* Please note that the key code returned is NOT valid against the
|
||||
* current keyboard layout. To get the actual character pressed call
|
||||
* getEventCharacter
|
||||
*
|
||||
* @return The key from the current event
|
||||
*/
|
||||
public static int getEventKey() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue