GetInputState function user32

int GetInputState()

Determines whether there are mouse-button or keyboard messages in the calling thread's message queue.

BOOL GetInputState();

Implementation

int GetInputState() => _GetInputState();