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 80ac5ac commit 31eb4caCopy full SHA for 31eb4ca
intermediate/add.py
@@ -17,7 +17,7 @@
17
18
# Here I set a scroller and a key manager
19
# The key manager is something new you haven't seen!
20
-# It allows me to get the keys being pressed, globally. Pretty neat!
+# It allows me to get the keys being pressed, globally (unlike event handling layers). Pretty neat!
21
keyboard = key.KeyStateHandler()
22
23
# And the scrolling manager like you saw last time
0 commit comments