Name
CheckEvents -- check for events without blocking (V6.1)
Synopsis
CheckEvents()
Function
This function does the same as CheckEvent() but handles all events that are currently queued. CheckEvent(), on the other hand, only removes and handles a single event from the queue.

Another difference is that CheckEvents() doesn't return any information about the events it has removed and handled. If you need this information, you have to use CheckEvent() instead. See CheckEvent for details.

Please note that you should use CheckEvents() only if you really need it. Using WaitEvent() is generally a much better idea than CheckEvents().

Inputs
none


Show TOC