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

Method OnCursorLeft

src/menus/SelectMenus.cpp:851–856  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

849}
850
851void OnCursorLeft(const CommandContext &context)
852{
853 if( !OnlyHandleKeyUp( context ) )
854 SeekLeftOrRight( context.project, DIRECTION_LEFT, CURSOR_MOVE,
855 mSeekInfo );
856}
857
858void OnCursorRight(const CommandContext &context)
859{

Callers

nothing calls this directly

Calls 2

OnlyHandleKeyUpFunction · 0.85
SeekLeftOrRightFunction · 0.85

Tested by

no test coverage detected