Goblin - A Platform for 3D AR and VR Applications

Framework.CreateWindow Method

Calls into CreateWindow with default paramters

Overload List

Calls into CreateWindow with default paramters

public void CreateWindow(string);

Creates a window with the specified title, icon, menu, and starting position. If Init hasn't been called, this will call with default params. Instead of calling this, you can call SetWindow to use an existing window

public void CreateWindow(string,Icon,MainMenu,int,int);

See Also

Framework Class | Microsoft.Samples.DirectX.UtilityToolkit Namespace