glfwCreateCursor top-level property

GlfwCreateCursor glfwCreateCursor
getter/setter pair

Implementation

GlfwCreateCursor glfwCreateCursor =
    loadFunction<GlfwCreateCursorNative>(_library, 'glfwCreateCursor')
        .asFunction<GlfwCreateCursor>();