GetInputState function Null safety user32
Determines whether there are mouse-button or keyboard messages in the calling thread's message queue.
BOOL GetInputState();
Implementation
int GetInputState() => _GetInputState();
Determines whether there are mouse-button or keyboard messages in the calling thread's message queue.
BOOL GetInputState();
int GetInputState() => _GetInputState();