Function silkenweb::document::on_wheel

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

Add a wheel event handler at the document level.

This only has an effect on WASM targets.