Modules§
Functions§
- key_
code_ to_ char - Convert key code to (char, shifted char)
So
KeyCode::Key1
(the1
key) returns('1', '!')
and KeyCode::A (theA
key) returns('a', 'A')
- key_
press_ to_ char - Converts key code to char
KeyCode::Key1
(the 1
key) returns ('1', '!')
and KeyCode::A (the A
key) returns ('a', 'A')