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