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
Releasedkey is not pressed
Pressedkey is pressed