| 443 | } |
| 444 | |
| 445 | void OnCursorDown(const CommandContext &context) |
| 446 | { |
| 447 | auto &project = context.project; |
| 448 | DoNextTrack( project, false, mCircularTrackNavigation ); |
| 449 | } |
| 450 | |
| 451 | void OnFirstTrack(const CommandContext &context) |
| 452 | { |
nothing calls this directly
no test coverage detected