Struct pscontroller_rs::guncon::GunCon[][src]

#[repr(C)]
pub struct GunCon { pub buttons: GunconButtons, // some fields omitted }

Represents the classic Controller

Fields

Standard buttons (Cross, Circle, L3, Start)

Methods

impl GunCon
[src]

Return the X position of the GunCon's aim on the screen

Return the Y position of the GunCon's aim on the screen

Auto Trait Implementations

impl Send for GunCon

impl Sync for GunCon