Function glfwGetMonitorUserPointer

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

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

    Parameters

    • monitor: GLFWmonitor

      The monitor whose pointer to return.

    Returns void

    The user pointer of the monitor, or null if the monitor is invalid or an error occurred.

Generated using TypeDoc