[][src]Trait zwp_input_method_service::KeyboardVisibility

pub trait KeyboardVisibility {
    fn show_keyboard(&self);
fn hide_keyboard(&self); }

Trait to get notified when the keyboard should be shown or hidden

If the user clicks for example on a text field, the method show_keyboard() is called

Required methods

fn show_keyboard(&self)

fn hide_keyboard(&self)

Loading content...

Implementors

Loading content...