틀:언리얼엔진4: 두 판 사이의 차이

리버티게임, 모두가 만들어가는 자유로운 게임
잔글편집 요약 없음
태그: 수동 되돌리기
잔글편집 요약 없음
7번째 줄: 7번째 줄:
<!-- The "tabindex=0" specifier on the canvas is important to allow it to capture keyboard focus when clicking on it with a mouse -->
<!-- The "tabindex=0" specifier on the canvas is important to allow it to capture keyboard focus when clicking on it with a mouse -->
</div>
</div>
<!--
<div class="row buttonarea text-center" id="buttonrow">
<div class="row buttonarea text-center" id="buttonrow">
<div class="col-sm-2 text-center"></div>
<div class="col-sm-2 text-center"></div>
18번째 줄: 17번째 줄:
<div class="col-sm-2 text-center"></div>
<div class="col-sm-2 text-center"></div>
</div>
</div>
-->
 
<div class="texthalf text-normal jumbotron " id="logwindow" style='display:none'></div>
<div class="texthalf text-normal jumbotron " id="logwindow" style='display:none'></div>

2024년 1월 20일 (토) 13:49 판

<button type="button" class="btn btn-primary" onclick="try { Module['pauseMainLoop'](); } catch(e) {console.error(e);}">Pause</button>
<button type="button" class="btn btn-primary" onclick="try { Module['resumeMainLoop'](); } catch(e) {console.error(e);}">Resume</button>
<button type="button" class="btn btn-primary" onclick="var w = document.getElementById('logwindow'); w.style.display = w.style.display ?  : 'none';">Toggle Log</button>
<button type="button" class="btn btn-primary" id='clear_indexeddb' onclick="try { deleteIndexedDBStorage(); } catch(e) {console.error(e);}">Clear IndexedDB</button>
<button type="button" class="btn btn-primary" id="fullscreen_request">FullScreen</button>