summaryrefslogtreecommitdiffhomepage
path: root/examples/core/loader.html
diff options
context:
space:
mode:
authorRay <[email protected]>2022-03-23 18:24:11 +0100
committerGitHub <[email protected]>2022-03-23 18:24:11 +0100
commit1accad4736712dbe4269fa4d906c045796df475f (patch)
treefedf5ddccd01acaf59a0ebfe74fb0f66cc124c79 /examples/core/loader.html
parent6e8c7217ea4c3c516ca86a89958468630c2a264e (diff)
parentc92001c42a56fbbb2b7d79d18bfa377ba63c22de (diff)
downloadraylib.com-1accad4736712dbe4269fa4d906c045796df475f.tar.gz
raylib.com-1accad4736712dbe4269fa4d906c045796df475f.zip
Merge pull request #34 from michaelfiber/prevent-arrow-scroll-in-examples
Add "no arrow scroll" mode to code/loader.html
Diffstat (limited to 'examples/core/loader.html')
-rw-r--r--examples/core/loader.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/core/loader.html b/examples/core/loader.html
index 76394d9..b6de108 100644
--- a/examples/core/loader.html
+++ b/examples/core/loader.html
@@ -238,5 +238,8 @@
ga('require', 'linkid', 'linkid.js');
ga('send', 'pageview');
</script>
+
+ <!-- prevent arrow keys fromscrolling the loaded game. -->
+ <script src="/common/disable-arrow-scroll.js"></script>
</body>
</html> \ No newline at end of file