Enum amethyst_input::ControllerAxis[][src]

pub enum ControllerAxis {
    LeftX,
    LeftY,
    RightX,
    RightY,
    LeftTrigger,
    RightTrigger,
}

Controller axes matching SDL controller model

Variants

Trait Implementations

impl Eq for ControllerAxis
[src]

impl PartialEq for ControllerAxis
[src]

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

This method tests for !=.

impl Debug for ControllerAxis
[src]

Formats the value using the given formatter. Read more

impl Copy for ControllerAxis
[src]

impl Clone for ControllerAxis
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations