Add basic input support.

This commit is contained in:
Jean-Philip Desjardins 2021-12-28 21:41:24 -05:00
parent 4b3a64e193
commit 1216f3a1a4
5 changed files with 128 additions and 2 deletions

View file

@ -29,7 +29,7 @@
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div>
<canvas id="outputCanvas" width="640" height="480"/>
<canvas id="outputCanvas" width="640" height="480" tabindex="-1"/>
</div>
<div id="root"></div>
<!--