Procházet zdrojové kódy

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

master
Главред | Glavred před 3 roky
rodič
revize
9980c6064d
2 změnil soubory, kde provedl 5 přidání a 3 odebrání
  1. +1
    -1
      0000
  2. +4
    -2
      🎬.js

+ 1
- 1
0000 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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>
`;
};



Načítá se…
Zrušit
Uložit