glfwGetMonitorUserPointer top-level property

GlfwGetMonitorUserPointer glfwGetMonitorUserPointer
getter/setter pair

Implementation

GlfwGetMonitorUserPointer glfwGetMonitorUserPointer =
    loadFunction<GlfwGetMonitorUserPointerNative>(
            _library, 'glfwGetMonitorUserPointer')
        .asFunction<GlfwGetMonitorUserPointer>();