MetalUI / Soft Hardware

React · SwiftUI · agent guides

Brush cursor

The pointer while drawing or erasing: a disc in the ink colour at the stroke width times the zoom, or a dashed ring the size of what the eraser removes; it follows the pointer in the same frame.

Use it for

  • The draw and erase tools, over the canvas only. Hide the system cursor there (cursor: none) and pass the pointer position.

Read the Brush cursor agent guide · Copy registry source

Explore the documentation · Agent index · Source on GitHub