We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3666b4 commit 4fc2704Copy full SHA for 4fc2704
16_game.md
@@ -1305,7 +1305,7 @@ it.
1305
1306
When you have that working, there is something else you could try. The
1307
way we have been registering keyboard event handlers is somewhat
1308
-problematic. The `arrows` object is currently a global binding, and
+problematic. The `arrowKeys` object is currently a global binding, and
1309
its event handlers are kept around even when no game is running. You
1310
could say they _((leak))_ out of our system. Extend `trackKeys` to
1311
provide a way to unregister its handlers and then change `runLevel`
0 commit comments