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

Trait Implementations

impl Debug for WlPointerButtonState
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.