www.digitalmars.com         C & C++   DMDScript  

c++ - Arrow Keys

reply "John Dyson" <post gowelding.com> writes:
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
parent user domain.invalid writes:
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