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
Released | The button is not pressed | |
Pressed | The button is pressed |