Enum amethyst_input::ControllerAxis [−][src]
pub enum ControllerAxis {
LeftX,
LeftY,
RightX,
RightY,
LeftTrigger,
RightTrigger,
}Controller axes matching SDL controller model
Variants
LeftXLeftYRightXRightYLeftTriggerRightTrigger
Trait Implementations
impl Eq for ControllerAxis[src]
impl Eq for ControllerAxisimpl PartialEq for ControllerAxis[src]
impl PartialEq for ControllerAxisfn eq(&self, other: &ControllerAxis) -> bool[src]
fn eq(&self, other: &ControllerAxis) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Debug for ControllerAxis[src]
impl Debug for ControllerAxisfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for ControllerAxis[src]
impl Copy for ControllerAxisimpl Clone for ControllerAxis[src]
impl Clone for ControllerAxisfn clone(&self) -> ControllerAxis[src]
fn clone(&self) -> ControllerAxisReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for ControllerAxis
impl Send for ControllerAxisimpl Sync for ControllerAxis
impl Sync for ControllerAxis