I am using getkey to detect key presses, how do I do while key is down, and if so then how do I break it with another key press?
Asked
Active
Viewed 39 times
0
-
1What is getkey? – mkrieger1 Feb 27 '22 at 23:47
-
2You mean this package that hasn't been updated in 5+ years? https://pypi.org/project/getkey/ – Iain Shelvington Feb 27 '22 at 23:47
-
Use a different package: getkey doesn't provide information about the current state of the keyboard. – ekhumoro Feb 28 '22 at 00:34
-
Keyboard doesn’t work on replit – Toby Walter Feb 28 '22 at 01:35
-
Replit a browser IDE – Toby Walter Feb 28 '22 at 01:35