deft.app

Application lifecycle: the singleton that owns process initialization and the Win32 message loop.

Members

Classes

Application
class Application

The application object. Use Application.instance to obtain it, call initialize() once at startup, then run() to enter the message loop.

Meta