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

Method OnSelContractRight

src/menus/SelectMenus.cpp:750–755  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

748}
749
750void OnSelContractRight(const CommandContext &context)
751{
752 if( !OnlyHandleKeyUp( context ) )
753 SeekLeftOrRight( context.project, DIRECTION_LEFT, SELECTION_CONTRACT,
754 mSeekInfo );
755}
756
757void OnCursorSelStart(const CommandContext &context)
758{

Callers

nothing calls this directly

Calls 2

OnlyHandleKeyUpFunction · 0.85
SeekLeftOrRightFunction · 0.85

Tested by

no test coverage detected