| 25 | } |
| 26 | |
| 27 | const wchar_t* FrameByFrameCommandClass::GetUIDescription() const |
| 28 | { |
| 29 | return GeneralUtils::LoadStringUnlessMissing("TXT_FRAME_BY_FRAME_DESC", L"Enter or exit frame by frame mode."); |
| 30 | } |
| 31 | |
| 32 | void FrameByFrameCommandClass::Execute(WWKey eInput) const |
| 33 | { |
nothing calls this directly
no outgoing calls
no test coverage detected