Enum quicksilver::input::GamepadAxis[][src]

pub enum GamepadAxis {
    LeftStickX,
    LeftStickY,
    RightStickX,
    RightStickY,
}

The axes a gamepad can report

Variants

The horizontal tilt of the left stick

The vertical tilt of the left stick

The horizontal tilt of the right stick

The vertical tilt of the right stick

Trait Implementations

impl Copy for GamepadAxis
[src]

impl Clone for GamepadAxis
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GamepadAxis
[src]

Formats the value using the given formatter. Read more

impl Eq for GamepadAxis
[src]

impl PartialEq for GamepadAxis
[src]

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

This method tests for !=.

impl Hash for GamepadAxis
[src]

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

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

impl Index<GamepadAxis> for Gamepad
[src]

The returned type after indexing.

Performs the indexing (container[index]) operation.

Auto Trait Implementations

impl Send for GamepadAxis

impl Sync for GamepadAxis