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

Method GetSelectedChanCount

Source/FrameEditorTypes.cpp:77–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77int CFrameSelection::GetSelectedChanCount() const {
78 return std::abs(m_cpEnd.m_iChannel - m_cpStart.m_iChannel);
79}
80
81CFrameCursorPos CFrameSelection::GetCursorStart() const {
82 return {GstFirstSelectedFrame(), GetFirstSelectedChannel()};

Callers 1

CopySelectionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected