Struct gilrs::ev::AxisData [] [src]

pub struct AxisData { /* fields omitted */ }

Information about axis stored in State.

Methods

impl AxisData
[src]

[src]

Returns value of axis.

[src]

Returns value of counter when axis value last changed.

[src]

Returns when axis value last changed.

Trait Implementations

impl Clone for AxisData
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for AxisData
[src]

impl Debug for AxisData
[src]

[src]

Formats the value using the given formatter.