Skip to main content

InputEvent

Type Alias InputEvent 

Source
pub type InputEvent = krun_input_event;

Aliased Type§

#[repr(C)]
pub struct InputEvent { pub type_: u16, pub code: u16, pub value: u32, }

Fields§

§type_: u16§code: u16§value: u32