glfwSetWindowUserPointer top-level property

GlfwSetWindowUserPointer glfwSetWindowUserPointer
getter/setter pair

Implementation

GlfwSetWindowUserPointer glfwSetWindowUserPointer =
    loadFunction<GlfwSetWindowUserPointerNative>(
            _library, 'glfwSetWindowUserPointer')
        .asFunction<GlfwSetWindowUserPointer>();