How do I get msvcrt.kbhit() working in Win XP?

Posted by M. Gregory on Stack Overflow See other posts from Stack Overflow or by M. Gregory
Published on 2010-03-25T01:17:47Z Indexed on 2010/03/25 1:23 UTC
Read the original article Hit count: 278

Filed under:

I am trying to use kbhit() in msvcrt. I have Python 2.6, on WinXP SP3. It always returns 0. Also msvcrt.getch() returns '\xff'

© Stack Overflow or respective owner

Related posts about msvcrt