[][src]Trait joydev::GenericEvent

pub trait GenericEvent {
    fn is_real(&self) -> bool;
fn is_synthetic(&self) -> bool;
fn time(&self) -> u32;
fn value(&self) -> i16; }

Required methods

fn is_real(&self) -> bool

fn is_synthetic(&self) -> bool

fn time(&self) -> u32

fn value(&self) -> i16

Loading content...

Implementors

impl GenericEvent for DeviceEvent[src]

impl GenericEvent for AxisEvent[src]

impl GenericEvent for ButtonEvent[src]

impl GenericEvent for Event[src]

Loading content...