mirror of
https://github.com/danbulant/arcade-machine
synced 2026-07-07 20:10:36 +00:00
On key press fullscreen
This commit is contained in:
parent
60df294328
commit
6b77021ebf
1 changed files with 1 additions and 0 deletions
|
|
@ -83,6 +83,7 @@
|
||||||
i = i-3;
|
i = i-3;
|
||||||
prvnihra[i].focus();
|
prvnihra[i].focus();
|
||||||
}
|
}
|
||||||
|
document.body.requestFullscreen();
|
||||||
})
|
})
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue