Function key_events_for

Source
pub fn key_events_for<const INSTRUCTION_COUNT: usize>(
    config: Config<INSTRUCTION_COUNT>,
    keymap_index: u16,
    _: Execution,
) -> KeyEvents<Event>
Expand description

Converts the instruction to a scheduled event, if applicable.