| 717 | SeekInfo mSeekInfo; |
| 718 | |
| 719 | void OnSelExtendLeft(const CommandContext &context) |
| 720 | { |
| 721 | if( !OnlyHandleKeyUp( context ) ) |
| 722 | SeekLeftOrRight( context.project, DIRECTION_LEFT, SELECTION_EXTEND, |
| 723 | mSeekInfo ); |
| 724 | } |
| 725 | |
| 726 | void OnSelExtendRight(const CommandContext &context) |
| 727 | { |
nothing calls this directly
no test coverage detected