[][src]Struct zinc64_emu::device::joystick::Joystick

pub struct Joystick { /* fields omitted */ }

Methods

impl Joystick[src]

pub fn new(mode: Mode, threshold: i16, state: SharedCell<u8>) -> Self[src]

pub fn get_index(&self) -> u8[src]

pub fn is_virtual(&self) -> bool[src]

pub fn reset(&mut self)[src]

pub fn on_axis_motion(&mut self, axis_idx: u8, value: i16)[src]

pub fn on_button_down(&mut self, _button_idx: u8)[src]

pub fn on_button_up(&mut self, _button_idx: u8)[src]

pub fn on_key_down(&mut self, keycode: Button)[src]

pub fn on_key_up(&mut self, keycode: Button)[src]

Auto Trait Implementations

impl !Send for Joystick

impl !Sync for Joystick

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]