Structs§
- WebAlerts
Plugin - 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§
- WebAlert
Response - Events bridging communication back from the web to bevy
Functions§
- alert
- show the browsers standard
window.alert()
using the providedmsg
. - show_
textinput - Show a textinput dialog using DOM elements and communicate back to the bevy side via Events
WebAlertResponse
.