Skip to main content

handle_client_input_action

Function handle_client_input_action 

Source
async fn handle_client_input_action(
    action: ClientInputAction,
    muxr_config: &MuxrConfig,
    input_sender: &Sender<ClientRequest>,
    renderer: &mut ClientRenderer,
) -> Result<ClientInputSend>