pub trait KeyboardState {
    fn is_down(&self, vk: i32) -> bool;
}

Required methods

Implementations on Foreign Types

Implementors