Goblin - A Platform for 3D AR and VR Applications

Framework.SetWindow Method 

Sets a previously created window for the framework to use. If Init has not already been called, it will call it with default parameters. Instead of calling this you can call CreateWindow to create a new window.

public void SetWindow(
   IntPtr windowFocus,
   IntPtr windowDeviceFullscreen,
   IntPtr windowDeviceWindowed,
   bool handleMessages
);

See Also

Framework Class | Microsoft.Samples.DirectX.UtilityToolkit Namespace