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 |