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

Method GetCurrentPos

Source/FrameEditorModel.cpp:60–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60CFrameCursorPos CFrameEditorModel::GetCurrentPos() const {
61 return {GetCurrentFrame(), GetCurrentChannel()};
62}
63
64void CFrameEditorModel::SetCurrentFrame(int frame) {
65 view_->SelectFrame(frame);

Callers 3

OnLButtonDownMethod · 0.80
GetIteratorsMethod · 0.80
OnEditSelectpatternMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected