Module utilities

Source

Modules§

virtual_key_codes

Functions§

key_code_to_char
Convert key code to (char, shifted char) So KeyCode::Key1 (the 1 key) returns ('1', '!') and KeyCode::A (the A key) returns ('a', 'A')
key_press_to_char
Converts key code to char