Function glfwSetWindowUserPointer

  • This function sets the user-defined pointer of the specified window. The current value is retained until the window is destroyed. The initial value is NULL.

    Parameters

    • window: GLFWwindow

      The window whose pointer to set.

    • pointer: void

      The new value.

    Returns void

Generated using TypeDoc