Function glfwGetMonitorPos

  • This function returns the position, in screen coordinates, of the upper-left corner of the specified monitor.

    Any or all of the position arguments may be null. If an error occurs, all non-null position arguments will be set to zero.

    Parameters

    • monitor: GLFWmonitor

      The monitor to query.

    • xpos: number

      Where to store the monitor x-coordinate, or null.

    • ypos: number

      Where to store the monitor y-coordinate, or null.

    Returns void

Generated using TypeDoc