pub fn encode_wheel_event(
row: usize,
col: usize,
delta_y: f64,
encoding: MouseProtocolEncoding,
) -> StringExpand description
Encode a mouse wheel event using the specified protocol encoding.
Positive delta_y = wheel up (away from user), negative = wheel down.