Enum wayland_client::core::seat::KeyState
[−]
[src]
pub enum KeyState { Released, Pressed, }
The state of a keyboard key.
Variants
Released | |
Pressed |
pub enum KeyState { Released, Pressed, }
The state of a keyboard key.
Released | |
Pressed |
impl Eq for KeyState
impl PartialEq for KeyState