Enum wayland_client::wayland::seat::WlPointerAxis [] [src]

pub enum WlPointerAxis {
    VerticalScroll,
    HorizontalScroll,
}

axis types

Describes the axis types of scroll events.

Variants

VerticalScrollHorizontalScroll

Trait Implementations

impl Debug for WlPointerAxis
[src]

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

Formats the value using the given formatter.