Function glfwGetMonitorPhysicalSize

  • This function returns the size, in millimetres, of the display area of the specified monitor.

    Some systems do not provide accurate monitor size information, either because the monitor EDID data is incorrect or because the driver does not report it accurately.

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

    Parameters

    • monitor: GLFWmonitor

      The monitor to query.

    • widthMM: number

      Where to store the width, in millimetres, of the monitor's display area, or null.

    • heightMM: number

      Where to store the height, in millimetres, of the monitor's display area, or null.

    Returns void

Generated using TypeDoc