BOOL GetInputState(void) |
The GetInputState function determines whether there are mouse, keyboard, or timer messages in the calling thread's message queue.
This function has no parameters.
The return value is TRUE if the queue contains one or more mouse, keyboard, or timer messages. Otherwise, it is FALSE.
GetQueueStatus