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

key is not pressed

key is pressed

Trait Implementations

impl Debug for WlKeyboardKeyState
[src]

Formats the value using the given formatter.