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

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