da_draw_path
Draw freeform shapes, signatures, or circles by tracing through screen coordinates with the mouse button held. Supports modifier keys for constrained drawing.
Instructions
Draw a multi-point path with the mouse by tracing through points with the given button held. Useful for freeform shapes, signatures, circles (as N points on the circumference), etc. modifiers are held pressed for the duration of the trace (e.g. ["shift"] for constrained-drawing in Paint). Strict modifier pairing is enforced even on errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| button | No | ||
| points | Yes | ||
| modifiers | No | ||
| durationMs | No |