GetAsyncKeyState function user32
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.
SHORT GetAsyncKeyState(
int vKey
);
Implementation
int GetAsyncKeyState(int vKey) => _GetAsyncKeyState(vKey);