add comment on keyboard layout/key

This commit is contained in:
Brian Matzon 2005-02-07 18:45:25 +00:00
parent 0915b4f4c5
commit 2c5a862c99

View file

@ -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() {