Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++ - kbhit() problem...
I'm trying to create a quick c++ console application under WinXP and it appears that kbhit() doesn't respond to F1-F12 keypresses. It returns TRUE for other keypresses, but not the Fns. Is this the way it's supposed to work? Thanks, Jack. Mar 16 2006
jdave att.net wrote:I'm trying to create a quick c++ console application under WinXP and it appears that kbhit() doesn't respond to F1-F12 keypresses. It returns TRUE for other keypresses, but not the Fns. Is this the way it's supposed to work? Mar 16 2006
Bertel: Thanks a million. That's very helpful. I appreciate you taking the time to educate me. --Jack. In article <dvcu14$26ji$1 digitaldaemon.com>, Bertel Brander says...jdave att.net wrote:I'm trying to create a quick c++ console application under WinXP and it appears that kbhit() doesn't respond to F1-F12 keypresses. It returns TRUE for other keypresses, but not the Fns. Is this the way it's supposed to work? Mar 17 2006
<jdave att.net> wrote in message news:dvc9vt$148v$1 digitaldaemon.com...I'm trying to create a quick c++ console application under WinXP and it appears that kbhit() doesn't respond to F1-F12 keypresses. It returns TRUE for other keypresses, but not the Fns. Is this the way it's supposed to work? Mar 18 2006
|