Enum input::TapButtonMap [] [src]

pub enum TapButtonMap {
    LeftRightMiddle,
    LeftMiddleRight,
}

Map 1/2/3 finger tips to buttons

Variants

1/2/3 finger tap maps to left/right/middle

1/2/3 finger tap maps to left/middle/right

Trait Implementations

impl Debug for TapButtonMap
[src]

Formats the value using the given formatter.

impl Copy for TapButtonMap
[src]

impl Clone for TapButtonMap
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for TapButtonMap
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for TapButtonMap
[src]

impl Hash for TapButtonMap
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more