public void GLWindowSetInputRegion() { tlog.Debug(tag, $"GLWindowSetInputRegion START"); string name = "myGLWindow"; Rectangle rectangle = new Rectangle(20, 20, 100, 100); GLWindow a1 = new GLWindow(name, rectangle, true); a1.SetInputRegion(rectangle); tlog.Debug(tag, $"GLWindowGetAuxiliaryHintId END (OK)"); Assert.Pass("GLWindowGetAuxiliaryHintId"); }