[][src]Trait keyboard_query::DeviceQuery

pub trait DeviceQuery {
    fn get_keys(&self) -> Vec<u16>;
}

Required methods

fn get_keys(&self) -> Vec<u16>

Loading content...

Implementors

impl DeviceQuery for DeviceState[src]

Loading content...