pub trait PadControllerExtManual: 'static {
    fn set_action_entries(&self, entries: &[PadActionEntry]);
}

Required Methods

Implementors