Goblin - A Platform for 3D AR and VR Applications

Engine.MasterWndProcHandler Method 

Before handling window messages, the sample framework passes incoming windows messages to the application through this callback function. If the application sets noFurtherProcessing to true, the sample framework will not process the message

public IntPtr MasterWndProcHandler(
   IntPtr hWnd,
   WindowMessage msg,
   IntPtr wParam,
   IntPtr lParam,
   ref bool noFurtherProcessing
);

See Also

Engine Class | Goblin.Engine Namespace