Struct cognitive_qualia::input::Axis [] [src]

pub struct Axis {
    pub discrete: Vector,
    pub continuous: Slide,
    pub time: Milliseconds,
}

Data for axis event.

Fields

Methods

impl Axis
[src]

Trait Implementations

impl Clone for Axis
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Axis
[src]

impl Debug for Axis
[src]

Formats the value using the given formatter.