Method | Description | |
---|---|---|
FlushMessages ( ) : void |
Process any pending window messages
|
Method | Description | |
---|---|---|
PeekMessage ( Win32 min, Win32 max, Win32 &msg ) : bool |
Peeks at the pending messages and if it finds any message in the given range, that message is removed from the stack and passed back to be handled immediately.
|