jsdk-offical
Version:
JSDK is the most comprehensive TypeScript framework, like JDK.
34 lines (31 loc) • 1.18 kB
HTML
<html>
<head>
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta http-equiv="Cache-Control" content="no-cache,no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<title>JSDK Example</title>
<link rel="shortcut icon" href="#" />
<script src="/jsdk/dist/jscore.js"></script>
<script src="/jsdk/dist/jsdk-config.js?_=25"></script>
</head>
<body>
<ul>
<li>
<button data-key="LEFT">Left</button>
<button data-key="RIGHT">Right</button>
<button data-key="UP">Up</button>
<button data-key="DOWN">Down</button>
<button data-key="ENTER">Enter</button>
<button data-key="ESC">Esc</button>
<button data-key="A">A</button>
</li>
</ul>
<div id="info"></div>
<script src="../../env.js"></script>
<script src="mock_keyevent.js"></script>
</body>
</html>