Function silkenweb::window::on_wheel

source ·
pub fn on_wheel(f: impl FnMut(WheelEvent) + 'static) -> EventCallback
Expand description

Add a wheel event handler at the window level.

This only has an effect on WASM targets.