Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
67
int CFrameSelection::GetFirstSelectedChannel() const
68
{
69
return std::min(m_cpStart.m_iChannel, m_cpEnd.m_iChannel);
70
}
71
72
int CFrameSelection::GetLastSelectedChannel() const
73
{
Callers
4
OnEditSelectother
Method · 0.80
DrawFrameEditor
Method · 0.80
OnKeyDown
Method · 0.80
GetChanStart
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected