Tesla Graphics Engine Documentation (January 2012)
IWindowHost Interface
TeslaTesla.CoreIWindowHost
Host that manages the message pump and acts as the "game loop". A host requires that the window be a primary window, otherwise running the host will fail.
Declaration Syntax
C#
public interface IWindowHost
Members
All Members Methods Properties Events



Icon Member Description
AssociatedWindow
Gets the window associated with the host.

Exit()()()()
Exits the loop.

Idle
Idle event when the application is finished processing messages. Usually the update/draw loop is set here.

Run()()()()
Initiates the loop.

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