glfwGetWindowContentScale top-level property

GlfwGetWindowContentScale glfwGetWindowContentScale
getter/setter pair

Implementation

GlfwGetWindowContentScale glfwGetWindowContentScale =
    loadFunction<GlfwGetWindowContentScaleNative>(
            _library, 'glfwGetWindowContentScale')
        .asFunction<GlfwGetWindowContentScale>();