Enum input::ClickMethod [] [src]

pub enum ClickMethod {
    ButtonAreas,
    Clickfinger,
}

The click method defines when to generate software-emulated buttons, usually on a device that does not have a specific physical button available.

Variants

Use software-button areas (see Clickfinger behavior) to generate button events.

The number of fingers decides which button press to generate.

Trait Implementations

impl Debug for ClickMethod
[src]

Formats the value using the given formatter.

impl Copy for ClickMethod
[src]

impl Clone for ClickMethod
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ClickMethod
[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 ClickMethod
[src]

impl Hash for ClickMethod
[src]

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

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