Function wheel_ev

Source
pub fn wheel_ev<Ms: 'static, MsU: 'static>(
    trigger: impl Into<Ev>,
    handler: impl FnOnce(WheelEvent) -> MsU + 'static + Clone,
) -> EventHandler<Ms>
Expand description

See keyboard_ev