[Interest] PeekMessage, DispatchMessage and Qt events dispatching

Thiago Macieira thiago.macieira at intel.com
Mon Mar 14 21:42:57 CET 2016


On segunda-feira, 14 de março de 2016 18:39:25 PDT Benjamin TERRIER wrote:
> So here is my question is there a bug in Qt or does DispatchMessage
> shouldn't be called ?

Don't call it. Qt integrates with the Windows event loop, so this behaviour is 
expected. Ditto for Cocoa event loops and for glib: if you cause them to 
dispatch, Qt event processing will be woken up and deliver pending events.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Interest mailing list