glfwCreateStandardCursor top-level property

GlfwCreateStandardCursor glfwCreateStandardCursor
getter/setter pair

Implementation

GlfwCreateStandardCursor glfwCreateStandardCursor =
    loadFunction<GlfwCreateStandardCursorNative>(
            _library, 'glfwCreateStandardCursor')
        .asFunction<GlfwCreateStandardCursor>();