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

Method OnSelExtendRight

src/menus/SelectMenus.cpp:726–731  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

724}
725
726void OnSelExtendRight(const CommandContext &context)
727{
728 if( !OnlyHandleKeyUp( context ) )
729 SeekLeftOrRight( context.project, DIRECTION_RIGHT, SELECTION_EXTEND,
730 mSeekInfo );
731}
732
733void OnSelSetExtendLeft(const CommandContext &context)
734{

Callers

nothing calls this directly

Calls 2

OnlyHandleKeyUpFunction · 0.85
SeekLeftOrRightFunction · 0.85

Tested by

no test coverage detected