ControllerTypes

Trait ControllerTypes 

Source
pub trait ControllerTypes {
    type Context;
    type InputEvent: Debug;
    type ControlAction;
}

Required Associated Types§

Implementors§