MCPcopy Create free account
hub / github.com/TypesettingTools/Aegisub / OnPlayVideoButton

Method OnPlayVideoButton

src/dialog_translation.cpp:300–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298}
299
300void DialogTranslation::OnPlayVideoButton(wxCommandEvent &) {
301 c->videoController->PlayLine();
302 translated_text->SetFocus();
303}
304
305void DialogTranslation::OnPlayAudioButton(wxCommandEvent &) {
306 cmd::call("audio/play/selection", c);

Callers

nothing calls this directly

Calls 1

PlayLineMethod · 0.80

Tested by

no test coverage detected