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

Method OnCursorDown

src/menus/NavigationMenus.cpp:445–449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

443}
444
445void OnCursorDown(const CommandContext &context)
446{
447 auto &project = context.project;
448 DoNextTrack( project, false, mCircularTrackNavigation );
449}
450
451void OnFirstTrack(const CommandContext &context)
452{

Callers

nothing calls this directly

Calls 1

DoNextTrackFunction · 0.85

Tested by

no test coverage detected