Hello,

The documentation for QEventLoop::ProcessEventFlags::ExcludeUserInputEve nts says that user input events will not be processed and will not be discarded. I would like to call processEvents and not only exclude user input events, but also discard them. Is there a way to do this?

Thanks!
-Ben