Application lifecycle: the singleton that owns process initialization and the Win32 message loop.
The application object. Use Application.instance to obtain it, call initialize() once at startup, then run() to enter the message loop.
See Source File
Application lifecycle: the singleton that owns process initialization and the Win32 message loop.