glfwDestroyCursor top-level property

GlfwDestroyCursor glfwDestroyCursor
getter/setter pair

Implementation

GlfwDestroyCursor glfwDestroyCursor =
    Pointer<NativeFunction<GlfwDestroyCursorNative>>.fromAddress(0)
        .asFunction<GlfwDestroyCursor>();