| 428 | } |
| 429 | |
| 430 | void OnNextFrame(const CommandContext &context) |
| 431 | { |
| 432 | auto &project = context.project; |
| 433 | NextOrPrevFrame(project, true); |
| 434 | } |
| 435 | |
| 436 | // Handler state: |
| 437 | bool mCircularTrackNavigation{}; |
nothing calls this directly
no test coverage detected