glfwSetWindowContentScaleCallback top-level property

GlfwSetWindowContentScaleCallback glfwSetWindowContentScaleCallback
getter/setter pair

Implementation

GlfwSetWindowContentScaleCallback glfwSetWindowContentScaleCallback =
    loadFunction<GlfwSetWindowContentScaleCallbackNative>(
            _library, 'glfwSetWindowContentScaleCallback')
        .asFunction<GlfwSetWindowContentScaleCallback>();