Skip to main content

InputDevice

Trait InputDevice 

Source
pub trait InputDevice:
    Device
    + Send
    + Sync
    + Any {
    // Required methods
    fn read_event(&self) -> Option<InputEvent>;
    fn is_empty(&self) -> bool;
}

Required Methods§

Implementors§