Skip to main content

handle_mouse_input_action

Function handle_mouse_input_action 

Source
pub async fn handle_mouse_input_action(
    muxr_config: &MuxrConfig,
    event: ClientMouseEvent,
    input_sender: &Sender<ClientRequest>,
    renderer: &mut ClientRenderer,
) -> Result<ClientInputSend>