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

Trait Implementations

impl Debug for WlPointerButtonState
[src]

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

Formats the value using the given formatter.