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

Method OnSelContractLeft

src/menus/SelectMenus.cpp:743–748  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

741}
742
743void OnSelContractLeft(const CommandContext &context)
744{
745 if( !OnlyHandleKeyUp( context ) )
746 SeekLeftOrRight( context.project, DIRECTION_RIGHT, SELECTION_CONTRACT,
747 mSeekInfo );
748}
749
750void OnSelContractRight(const CommandContext &context)
751{

Callers

nothing calls this directly

Calls 2

OnlyHandleKeyUpFunction · 0.85
SeekLeftOrRightFunction · 0.85

Tested by

no test coverage detected