Skip to main content

send_decoded_event

Function send_decoded_event 

Source
fn send_decoded_event(
    keybindings: &KeybindingsConfig,
    cmd_sender: &Sender<ClientInputCmd>,
    request_sender: &Sender<ClientRequest>,
    decoded: DecodedInput,
    pending_input: &mut Vec<u8>,
    local_action_completion: LocalActionCompletion,
    selection_reset_sent: &mut bool,
) -> ClientInputSend