Function dioxus_html::events::onwheel

source ·
pub fn onwheel<'a, E: EventReturn<T>, T>(
    _cx: &'a ScopeState,
    _f: impl FnMut(Event<WheelData>) -> E + 'a
) -> Attribute<'a>
Expand description

Called when the mouse wheel is rotated over an element.