xkeysym

Type Alias RawKeyCode

Source
pub type RawKeyCode = u32;
Expand description

The type of a raw keyboard code.

Trait Implementations§

Source§

impl From<KeyCode> for RawKeyCode

Source§

fn from(keycode: KeyCode) -> Self

Converts to this type from the input type.