. , .
<input type="text" id="shazam" style="position: absolute; left: 50%; z-index: -1; border-color: transparent; outline: none; color: transparent; background-color: transparent;" />
"position" , , "" () , "z-index" , ( , libgdx). , , .
<head> script:
<script type="text/javascript">
window.onkeydown = function(e) {
if(e.keyCode == 32) {
document.getElementById("shazam").focus();
}
};
window.onscroll = function(e){
document.getElementById("shazam").style.top=window.pageYOffset+"px";
};
</script>
, .
Google Chrome.
, , ... , .
----
, .