kopia lustrzana https://github.com/backface/turtlestitch
Snap.html: Focus the world canvas on startup
so Snap reacts to keyboard events right away (without having to click on the IDE first)pull/3/merge
rodzic
a53c189e4b
commit
669d93a629
|
@ -2128,4 +2128,5 @@ ______
|
||||||
|
|
||||||
140520
|
140520
|
||||||
------
|
------
|
||||||
* Morphic: Prevent default action for ctrl-/cmd-key events
|
* Morphic: Prevent default action for ctrl-/cmd-key event
|
||||||
|
* Snap.html: Focus the world canvas on startup, so Snap reacts to keyboard events right away
|
||||||
|
|
|
@ -22,6 +22,7 @@
|
||||||
var world;
|
var world;
|
||||||
window.onload = function () {
|
window.onload = function () {
|
||||||
world = new WorldMorph(document.getElementById('world'));
|
world = new WorldMorph(document.getElementById('world'));
|
||||||
|
world.worldCanvas.focus();
|
||||||
new IDE_Morph().openIn(world);
|
new IDE_Morph().openIn(world);
|
||||||
setInterval(loop, 1);
|
setInterval(loop, 1);
|
||||||
};
|
};
|
||||||
|
|
Ładowanie…
Reference in New Issue