Tesla Graphics Engine Documentation (January 2012)
MessagePump Class
TeslaTesla.Windows.UtilMessagePump
Utility class for setting up an application message loop with a supplied user form and/or main loop that will be used for updating/rendering and is executed when the application has finished processing messages (e.g. is idle).
Declaration Syntax
C#
public static class MessagePump
Members
All Members Methods



Icon Member Description
Run(Form, Heartbeat)
Sets up the heartbet to be executed during the application's idle state and calls Application.Run() using the supplied user form.

Run(ApplicationContext, Heartbeat)
Sets up the heartbeat to be executed during the application's idle state and calls Application.Run() using the supplied application context.

Run(Heartbeat)
Sets up the heartbeat to be executed during the application's idle state and aclls Application.Run().

Inheritance Hierarchy
Object
MessagePump

Assembly: Tesla.Windows (Module: Tesla.Windows) Version: 0.5.0.0 (0.5.0.0)