Trait dualshock3::ControllerHandler[][src]

pub trait ControllerHandler {
    fn controller_update(&mut self, controller: &Controller);
}

A trait that takes controller values and updates a state, sends them over a network or does whatever with them.

Required methods

fn controller_update(&mut self, controller: &Controller)[src]

Loading content...

Implementors

Loading content...