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

Method OnSeekLeftShort

src/menus/SelectMenus.cpp:889–893  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

887}
888
889void OnSeekLeftShort(const CommandContext &context)
890{
891 auto &project = context.project;
892 SeekLeftOrRight( project, DIRECTION_LEFT, CURSOR_MOVE, mSeekInfo );
893}
894
895void OnSeekRightShort(const CommandContext &context)
896{

Callers

nothing calls this directly

Calls 1

SeekLeftOrRightFunction · 0.85

Tested by

no test coverage detected