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

Method GetCurrentChannel

Source/FrameEditorModel.cpp:56–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56int CFrameEditorModel::GetCurrentChannel() const {
57 return view_->GetSelectedChannel();
58}
59
60CFrameCursorPos CFrameEditorModel::GetCurrentPos() const {
61 return {GetCurrentFrame(), GetCurrentChannel()};

Callers 2

OnKeyDownMethod · 0.80
OnEditSelectchannelMethod · 0.80

Calls 1

GetSelectedChannelMethod · 0.80

Tested by

no test coverage detected