public override void SetWindowTitle(string title) { if (title == null) { throw new ArgumentNullException(nameof(title)); } GLFW.SetWindowTitle(_glfwWindow, title); }