glfwSetMonitorUserPointer top-level property

GlfwSetMonitorUserPointer glfwSetMonitorUserPointer
getter/setter pair

Implementation

GlfwSetMonitorUserPointer glfwSetMonitorUserPointer =
    loadFunction<GlfwSetMonitorUserPointerNative>(
            _library, 'glfwSetMonitorUserPointer')
        .asFunction<GlfwSetMonitorUserPointer>();