glfwSetCursor top-level property

GlfwSetCursor glfwSetCursor
getter/setter pair

Implementation

GlfwSetCursor glfwSetCursor =
    loadFunction<GlfwSetCursorNative>(_library, 'glfwSetCursor')
        .asFunction<GlfwSetCursor>();