get_input_state


bool get_input_state()

This function determines if a mouse or keyboard message resides in the queue of the calling thread.

Return

bool

true Input messages currently reside in the queue.
false There are no input messages in the queue.

Notes

See also get_queue_status.