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