Tesla Graphics Engine Documentation (January 2012)
Run Method (form, mainLoop)
TeslaTesla.Windows.UtilMessagePumpRun(Form, Heartbeat)
Sets up the heartbet to be executed during the application's idle state and calls Application.Run() using the supplied user form.
Declaration Syntax
C#
public static void Run(
	Form form,
	Heartbeat mainLoop
)
Parameters
form (Form)
Application's main form
mainLoop (Heartbeat)
Heartbeat update/render loop

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