Interface KeyMapping
access this type via: locale.KeyMapping (provides, requires or uses)
This interface converts hardware key codes into the corresponding character (where some characters may be described by multiple bytes for UTF-8).
Functions
char[] getCharacter(int keyCode, byte keyState)
byte getKeyCode(int keyCode)
char[] getCharacter(int keyCode, byte keyState)
Get the character for the given hardware key code.
byte getKeyCode(int keyCode)
Get the abstract key code for the given hardware key code.