pub fn input_mouse(
button: MouseButton,
action: MouseAction,
modifier: &str,
grid: u32,
row: usize,
col: usize,
) -> Result<(), Error>
Expand description
Binding to nvim_input_mouse
.
Send mouse event from GUI. The call is non-blocking.