Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HertzDevil/0CC-FamiTracker
/ GetSelectedFrameCount
Method
GetSelectedFrameCount
Source/FrameEditorTypes.cpp:63–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
int CFrameSelection::GetSelectedFrameCount() const {
64
return std::abs(m_cpEnd.m_iFrame - m_cpStart.m_iFrame);
65
}
66
67
int CFrameSelection::GetFirstSelectedChannel() const
68
{
Callers
4
CopySelection
Method · 0.80
MoveSelection
Method · 0.80
SaveState
Method · 0.80
Redo
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected