Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HertzDevil/0CC-FamiTracker
/ GstFirstSelectedFrame
Method
GstFirstSelectedFrame
Source/FrameEditorTypes.cpp:53–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
int CFrameSelection::GstFirstSelectedFrame() const
54
{
55
return std::min(m_cpStart.m_iFrame, m_cpEnd.m_iFrame);
56
}
57
58
int CFrameSelection::GetLastSelectedFrame() const
59
{
Callers
5
OnEditSelectother
Method · 0.80
DrawFrameEditor
Method · 0.80
OnKeyDown
Method · 0.80
MoveSelection
Method · 0.80
GetFrameStart
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected