glfwCreateCursor top-level property

GlfwCreateCursor glfwCreateCursor
getter/setter pair

Implementation

GlfwCreateCursor glfwCreateCursor =
    Pointer<NativeFunction<GlfwCreateCursorNative>>.fromAddress(0)
        .asFunction<GlfwCreateCursor>();