Method EventsPending
EventsPending(bool)
Determines whether there are pending events to be processed.
public bool EventsPending(bool wait = false)
Parameters
wait
bool
Returns
Remarks
You can use this method if you want to probe if events are pending. Typically used if you need to flush the input queue while still running some of your own code in your main thread.