glfwSetWindowRefreshCallback top-level property

GlfwSetWindowRefreshCallback glfwSetWindowRefreshCallback
getter/setter pair

Implementation

GlfwSetWindowRefreshCallback glfwSetWindowRefreshCallback =
    loadFunction<GlfwSetWindowRefreshCallbackNative>(
            _library, 'glfwSetWindowRefreshCallback')
        .asFunction<GlfwSetWindowRefreshCallback>();