lookup
Answer the KeyCode that matches the provided KeyCode.lookupKey.
Return
The matching KeyCode of null if not found.
Parameters
lookup Key
The String lookup key to retrieve.
Answer the KeyCode that matches the provided Char in the KeyCode.overLapCharacters.
Return
The matching KeyCode of null if not found.
Parameters
char
The char in the overLapCharacters to retrieve.