Skip to content

Commit 31eb4ca

Browse files
committed
Added a menu tutorial
1 parent 80ac5ac commit 31eb4ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intermediate/add.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
# Here I set a scroller and a key manager
1919
# The key manager is something new you haven't seen!
20-
# It allows me to get the keys being pressed, globally. Pretty neat!
20+
# It allows me to get the keys being pressed, globally (unlike event handling layers). Pretty neat!
2121
keyboard = key.KeyStateHandler()
2222

2323
# And the scrolling manager like you saw last time

0 commit comments

Comments
 (0)