MCPcopy Create free account
hub / github.com/audacity/audacity / OnDrawTool

Function OnDrawTool

src/toolbars/ToolsToolBar.cpp:325–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323}
324
325void OnDrawTool(const CommandContext &context)
326{
327 SetTool(context.project, ToolCodes::drawTool);
328}
329
330void OnMultiTool(const CommandContext &context)
331{

Callers

nothing calls this directly

Calls 1

SetToolFunction · 0.85

Tested by

no test coverage detected