Enum wayland_client::wayland::seat::WlKeyboardKeyState [] [src]

pub enum WlKeyboardKeyState {
    Released,
    Pressed,
}

physical key state

Describes the physical state of a key which provoked the key event.

Variants

Released

key is not pressed

Pressed

key is pressed

Trait Implementations

impl Debug for WlKeyboardKeyState
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.