I have a button.
<canvas debug="true">
<button text="click" id="me" onclick="doSomething"/>
</canvas>Rather than click the button, can I send the button an onclick event through the debugger input field?
I have a button.
<canvas debug="true">
<button text="click" id="me" onclick="doSomething"/>
</canvas>Rather than click the button, can I send the button an onclick event through the debugger input field?