Function silkenweb::window::on_compositionstart

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

Add a compositionstart event handler at the window level.

This only has an effect on WASM targets.