glfwDestroyCursor top-level property

GlfwDestroyCursor glfwDestroyCursor
getter/setter pair

Implementation

GlfwDestroyCursor glfwDestroyCursor =
    loadFunction<GlfwDestroyCursorNative>(_library, 'glfwDestroyCursor')
        .asFunction<GlfwDestroyCursor>();