Function silkenweb::window::on_compositionupdate

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

Add a compositionupdate event handler at the window level.

This only has an effect on WASM targets.