Function glfwGetMonitors

  • This function returns an array of handles for all currently connected monitors. The primary monitor is always first in the returned array. If no monitors were found, this function returns null.

    Parameters

    • count: number

      Where to store the number of monitors in the returned array. This is set to zero if an error occurred.

    Returns GLFWmonitor

    An array of monitor handles, or null if no monitors were found or if an error occurred.

Generated using TypeDoc