Field
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
let _widget = null;
// q ν€λ₯Ό λλ₯΄λ©΄ λμνλ ν¨μ
// App.addOnKeyDown
App.addOnKeyDown(81, function (player) {
_widget = player.showWidget("sample.html","top",300,300);
App.sayToAll(`μμ ― μμ΄λ: ${_widget.id}`)
});