pub fn to_terminput_mouse(
value: MouseEvent,
) -> Result<MouseEvent, UnsupportedEvent>
Available on crate features
termwiz_0_22
or termwiz_0_23
only.Expand description
Converts the termwiz MouseEvent
to a terminput MouseEvent
.