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++ - Arrow Keys
Anybody know how to program the arrow keys on the keyboard as they don't seem to respond to the normal keyboard functions. Many Thanks John Dec 07 2002
Depends on the application platform win32 gui or win32 console? win32 console: see ReadConsoleInput win32 api function. win32 gui : see message handling John Dyson wrote:Anybody know how to program the arrow keys on the keyboard as they don't seem to respond to the normal keyboard functions. Many Thanks John Dec 07 2002
|