MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / SetCurrentFrame

Method SetCurrentFrame

Source/FrameEditorModel.cpp:64–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64void CFrameEditorModel::SetCurrentFrame(int frame) {
65 view_->SelectFrame(frame);
66}
67
68void CFrameEditorModel::SetCurrentChannel(int channel) {
69 view_->SelectChannel(channel);

Callers

nothing calls this directly

Calls 1

SelectFrameMethod · 0.80

Tested by

no test coverage detected