Trait Keyboard

Source
pub trait Keyboard<'a> {
    // Required method
    fn set_client(&self, client: &'a dyn KeyboardClient);
}
Expand description

Represents a keyboard that can generate button presses.

Required Methods§

Source

fn set_client(&self, client: &'a dyn KeyboardClient)

Implementors§