kbhit Questions
6
Solved
3
I've tried to read one char from the console in PyCharm (without pressing enter), but to no avail.
The functions msvcrt.getch() stops the code, but does not react to key presses (even enter), and m...
1
I'd like to break out of a loop when the user presses a key.
In C I'd use kbhit(). Is there a Clojure (or Java) equivalent?
1
© 2022 - 2024 — McMap. All rights reserved.