GetAsyncKeyState function (winuser.h) - Win32 apps |...
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.SyntaxC++ Salin SHORT GetAsyncKeyState( [in] int vKey ); Parameters[in] vKeyType: intThe...