December 07, 2002 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 |
December 07, 2002 Re: Arrow Keys | ||||
---|---|---|---|---|
| ||||
Posted in reply to John Dyson | 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
>
>
|
Copyright © 1999-2021 by the D Language Foundation