Enum input::AccelProfile [] [src]

pub enum AccelProfile {
    Flat,
    Adaptive,
}

Pointer Acceleration Profile

Variants

A flat acceleration profile.

Pointer motion is accelerated by a constant (device-specific) factor, depending on the current speed.

An adaptive acceleration profile.

Pointer acceleration depends on the input speed. This is the default profile for most devices.

Trait Implementations

impl Debug for AccelProfile
[src]

[src]

Formats the value using the given formatter.

impl Copy for AccelProfile
[src]

impl Clone for AccelProfile
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for AccelProfile
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for AccelProfile
[src]

impl Hash for AccelProfile
[src]

[src]

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

1.3.0
[src]

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