July 7, 20214 yr avoid scrolling in the arcade for games played with the keyboard in the index html <script> window.addEventListener("keydown", function(e) { if([32, 37, 38, 39, 40].indexOf(e.keyCode) > -1) { e.preventDefault(); } }, false); </script>
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.