glfwGetMonitorPos top-level property

GlfwGetMonitorPos glfwGetMonitorPos
getter/setter pair

Implementation

GlfwGetMonitorPos glfwGetMonitorPos =
    loadFunction<GlfwGetMonitorPosNative>(_library, 'glfwGetMonitorPos')
        .asFunction<GlfwGetMonitorPos>();