| 899 | } |
| 900 | |
| 901 | void OnSeekLeftLong(const CommandContext &context) |
| 902 | { |
| 903 | auto &project = context.project; |
| 904 | SeekLeftOrRight( project, DIRECTION_LEFT, SELECTION_EXTEND, mSeekInfo ); |
| 905 | } |
| 906 | |
| 907 | void OnSeekRightLong(const CommandContext &context) |
| 908 | { |
nothing calls this directly
no test coverage detected