glfwGetMonitorContentScale top-level property

GlfwGetMonitorContentScale glfwGetMonitorContentScale
getter/setter pair

Implementation

GlfwGetMonitorContentScale glfwGetMonitorContentScale =
    loadFunction<GlfwGetMonitorContentScaleNative>(
            _library, 'glfwGetMonitorContentScale')
        .asFunction<GlfwGetMonitorContentScale>();