Struct pscontroller_rs::NegCon [] [src]

#[repr(C)]
pub struct NegCon { pub buttons: NegconButtons, pub twist: u8, pub switchi: u8, pub switchii: u8, pub switchl: u8, }

Represents the Namco NegCon controller

Fields

The NegCon's weird buttons (A, B, R, etc)

The position of the twist (center = 0x80)

Position of switch I

Position of switch II

Position of switch L

Trait Implementations

Auto Trait Implementations

impl Send for NegCon

impl Sync for NegCon