c++ - Arrow Keys
- John Dyson (4/4) Dec 07 2002 Anybody know how to program the arrow keys on the keyboard as they don't
- user domain.invalid (4/11) Dec 07 2002 Depends on the application platform win32 gui or win32 console?
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