Function glfwSetWindowTitle

  • This function sets the window title, encoded as UTF-8, of the specified window.

    Parameters

    • window: GLFWwindow

      The window whose title to change.

    • title: string

      The UTF-8 encoded window title.

    Returns void

Generated using TypeDoc