Module pixels_graphics_lib::utilities
source · Modules
Functions
- Convert key code to (char, shifted char) So
KeyCode::Key1(the1key) returns('1', '!')and KeyCode::A (theAkey) returns('a', 'A') - Converts key code to char
KeyCode::Key1 (the 1 key) returns ('1', '!') and KeyCode::A (the A key) returns ('a', 'A')