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

Method OnSelExtendLeft

src/menus/SelectMenus.cpp:719–724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

717SeekInfo mSeekInfo;
718
719void OnSelExtendLeft(const CommandContext &context)
720{
721 if( !OnlyHandleKeyUp( context ) )
722 SeekLeftOrRight( context.project, DIRECTION_LEFT, SELECTION_EXTEND,
723 mSeekInfo );
724}
725
726void OnSelExtendRight(const CommandContext &context)
727{

Callers

nothing calls this directly

Calls 2

OnlyHandleKeyUpFunction · 0.85
SeekLeftOrRightFunction · 0.85

Tested by

no test coverage detected