GetInputState

  BOOL GetInputState(void)    

The GetInputState function determines whether there are mouse, keyboard, or timer messages in the calling thread's message queue.

Parameters

This function has no parameters.

Return Value

The return value is TRUE if the queue contains one or more mouse, keyboard, or timer messages. Otherwise, it is FALSE.

See Also

GetQueueStatus