glfwGetMonitors top-level property

GlfwGetMonitors glfwGetMonitors
getter/setter pair

Implementation

GlfwGetMonitors glfwGetMonitors =
    loadFunction<GlfwGetMonitorsNative>(_library, 'glfwGetMonitors')
        .asFunction<GlfwGetMonitors>();