Function glfwSetMonitorUserPointer

  • This function sets the user pointer of the specified monitor.

    The user pointer is a pointer that can be set per monitor and used for various purposes, such as associating application-specific data with the monitor. The user pointer is not used by GLFW in any way.

    This function may be called from any thread. Access is not synchronized.

    Parameters

    • monitor: GLFWmonitor

      The monitor whose pointer to set.

    • pointer: void

      The new value of the user pointer.

    Returns void

Generated using TypeDoc