ソースを参照

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

master
Главред | Glavred 3年前
コミット
9980c6064d
2個のファイルの変更5行の追加3行の削除
  1. +1
    -1
      0000
  2. +4
    -2
      🎬.js

+ 1
- 1
0000 ファイルの表示

@@ -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 ファイルの表示

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



読み込み中…
キャンセル
保存