| 849 | } |
| 850 | |
| 851 | void OnCursorLeft(const CommandContext &context) |
| 852 | { |
| 853 | if( !OnlyHandleKeyUp( context ) ) |
| 854 | SeekLeftOrRight( context.project, DIRECTION_LEFT, CURSOR_MOVE, |
| 855 | mSeekInfo ); |
| 856 | } |
| 857 | |
| 858 | void OnCursorRight(const CommandContext &context) |
| 859 | { |
nothing calls this directly
no test coverage detected