Desktop Shortcuts

Platform Supported
Crazy Games ❌
Yandex Games ✔️
Poki ❌
VK ✍️

Check if the player can show a prompt:

var prompt = await WebBus.can_show_prompt()
print(prompt.can_show) # true or false

Show a prompt to the player:

var result = await WebBus.show_prompt()
print(result.outcome) # "accepted"