Struct pscontroller_rs::GuitarHero [] [src]

#[repr(C)]
pub struct GuitarHero { pub buttons: u16, pub whammy: u8, // some fields omitted }

Represents a Guitar Hero controller

Fields

The buttons, currently not mapped

The whammy bar's current position

Trait Implementations

Auto Trait Implementations

impl Send for GuitarHero

impl Sync for GuitarHero