瀏覽代碼

Изменения от Главреда ГитЖС | 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>
`;
};



Loading…
取消
儲存