Function glfwSetWindowShouldClose

  • This function sets the value of the close flag of the specified window. This can be used to override the user's attempt to close the window, or to signal that it should be closed.

    Parameters

    • window: GLFWwindow

      The window whose flag to change.

    • value: number

      The new value.

    Returns void

Generated using TypeDoc