Axiom.RenderSystems.DirectX9.D3DRenderWindow.testLostDevice C# (CSharp) Method

testLostDevice() private method

private testLostDevice ( ) : bool
return bool
		private bool testLostDevice()
		{
			DX.Result result = D3DDevice.TestCooperativeLevel();
			return ( result == D3D.ResultCode.DeviceLost ) ||
				   ( result == D3D.ResultCode.DeviceNotReset );
		}