Struct stick::Map [] [src]

pub struct Map {
    pub buttons: Vec<Button>,
    pub throttles: Vec<Throttle>,
}

A mapping for a joystick.

Fields

Methods

impl Map
[src]

[src]

Return true, if has the button.

[src]

Return true, if has the throttle.