Function dioxus::events::onwheel

source ·
pub fn onwheel<E, T>(
    _f: impl FnMut(Event<WheelData>) -> E + 'static
) -> Attribute
where E: EventReturn<T>,
Available on crate feature html only.
Expand description

Called when the mouse wheel is rotated over an element.