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

pub enum WlPointerAxis {
    VerticalScroll,
    HorizontalScroll,
}

axis types

Describes the axis types of scroll events.

Variants

VerticalScroll
HorizontalScroll

Trait Implementations

Derived Implementations

impl Debug for WlPointerAxis

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