Cleanup|Win32: Moved message pump away from main loop
The Win32 message pump is better located in the input subsystem so that it gets called also during busy mode. Also replaced the global variables suspendMsgPump and appShutdown with internal API functions.
Cleanup|Win32: Moved message pump away from main loop
The Win32 message pump is better located in the input subsystem
so that it gets called also during busy mode. Also replaced the global
variables suspendMsgPump and appShutdown with internal API
functions.