Skip to content

Instantly share code, notes, and snippets.

@anunpanya
Created March 17, 2016 11:17
<div id="state"><font style="color:#c0c0c0">Offline</font></div>
<div>
<div id="F" onmousedown="touchstart('F')" onmouseup="touchend('F')" ontouchstart="touchstart('F')" ontouchend="touchend('F')">F</div>
</div>
<div>
<div id="L" onmousedown="touchstart('L')" onmouseup="touchend('L')" ontouchstart="touchstart('L')" ontouchend="touchend('L')">L</div>
<div id="B" onmousedown="touchstart('B')" onmouseup="touchend('B')" ontouchstart="touchstart('B')" ontouchend="touchend('B')">B</div>
<div id="R" onmousedown="touchstart('R')" onmouseup="touchend('R')" ontouchstart="touchstart('R')" ontouchend="touchend('R')">R</div>
</div>
<div id="des"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment