[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
GetASyncKeyState( nKey )-> <lDown>
------------------------------------------------------------------------------
PARAMETER:
<nKey> specifies one of 256 possible virtual-key codes. Please press
Related Topics: and select VK TABLE for a list of
all available codes.
RETURNS:
<lDown> is TRUE when the the selected key is down ( pressed ), or was
pressed since the last call to GetAsyncKeyState().
DESCRIPTION:
The GetAsyncKeyState function determines whether a key is up or down at
the time the function is called and whether the key was pressed after a
previous call to GetAsyncKeyState()
SOURCE:
SOURCE\WINAPI\KEYBRD.C
See Also:
Vk Table
GetKeyState
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson