Module keys

Module keys 

Source
Expand description

Platform specific code for OS key code mappings.

Enums§

OsCode
This is a shameless copy of evdev_rs::enums::EV_KEY. I’ve added the Copy trait and I’ll be able to added my own Impl(s) to it

Functions§

clear_custom_str_oscode_mapping
Clears the stateful custom String to OsCode mapping in this module.
replace_custom_str_oscode_mapping
Replaces the stateful custom String to OsCode mapping in this module with the input mapping.
str_to_oscode
Convert a &str to an OsCode.