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