Browse Source

Изменения от Главреда ГитЖС | Changes of GitJS Glavred

master
Главред | Glavred 3 years ago
parent
commit
9980c6064d
2 changed files with 5 additions and 3 deletions
  1. +1
    -1
      0000
  2. +4
    -2
      🎬.js

+ 1
- 1
0000 View File

@@ -1,5 +1,5 @@
Проверить Full Screen Helper
0.1.0
0.1.1
https://git.opengamestudio.org/kornerr/nPOBEPuTb-FullScreenHelper

/full-screen-helper.js


+ 4
- 2
🎬.js View File

@@ -1,8 +1,10 @@
ИспользоватьFullScreenHelper = мир =>
{
document.body.innerHTML += `
<button onclick="FullScreenHelper.request();">Полный экран</button>
<button onclick="FullScreenHelper.exit();">Вернуться</button>
<div id="fs">
<button onclick="FullScreenHelper.request('#fs');">Полный экран</button>
<button onclick="FullScreenHelper.exit();">Вернуться</button>
</div>
`;
};



Loading…
Cancel
Save