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

Method GetFirstSelectedChannel

Source/FrameEditorTypes.cpp:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67int CFrameSelection::GetFirstSelectedChannel() const
68{
69 return std::min(m_cpStart.m_iChannel, m_cpEnd.m_iChannel);
70}
71
72int CFrameSelection::GetLastSelectedChannel() const
73{

Callers 4

OnEditSelectotherMethod · 0.80
DrawFrameEditorMethod · 0.80
OnKeyDownMethod · 0.80
GetChanStartMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected