Struct Manager
steamy_controller
pub struct Manager { /* fields omitted */ }
Controller manager.
impl Manager
fn new() -> Res<Manager>
Create a new controller manager.
fn open(&mut self) -> Res<Controller>
Open a controller.