Crate bevy_web_popups

Source

Structs§

WebAlertsPlugin
Bevy plugin to register the required machinery to receive events from web (on wasm) and register the WebAlertResponse event with bevy. This turns to a no-op on anything non-wasm, so it does not need to be cfg-gated.

Enums§

WebAlertResponse
Events bridging communication back from the web to bevy

Functions§

alert
show the browsers standard window.alert() using the provided msg.
show_textinput
Show a textinput dialog using DOM elements and communicate back to the bevy side via Events WebAlertResponse.