Field
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
let _widget = null;
// Activates function when q is pressed
// App.addOnKeyDown Description
App.addOnKeyDown(81, function (player) {
_widget = player.showWidget("sample.html","top",300,300);
App.sayToAll(`widget id: ${_widget.id}`)
});