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.