Enum wayland_client::wayland::seat::WlKeyboardKeyState
[−]
[src]
pub enum WlKeyboardKeyState { Released, Pressed, }
physical key state
Describes the physical state of a key that produced the key event.
Variants
Released
key is not pressed
Pressed
key is pressed