pub fn input3_key_to_hid_usage(key: Key) -> u32
Expand description

Converts a [Key] to the corresponding USB HID code.

Note: This is only needed while keyboard input is transitioned away from Scenic.

§Parameters

  • key: The key to convert to its HID equivalent.