Space Invaders!

This commit is contained in:
Jeff Parsons 2016-05-14 23:53:49 -07:00
commit 09f4db3455
10 changed files with 21 additions and 15 deletions

View file

@ -1432,12 +1432,11 @@ Computer.prototype.updateFocus = function(fScroll)
}
/*
* TODO: We need a mechanism to determine the "active" display, instead of hard-coding this to aVideo[0].
*
*/
this.aVideo[0].setFocus();
if (fScroll && window) {
window.scrollTo(x, y);
}
*/
}
};