MCPcopy 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
53int CFrameSelection::GstFirstSelectedFrame() const
54{
55 return std::min(m_cpStart.m_iFrame, m_cpEnd.m_iFrame);
56}
57
58int CFrameSelection::GetLastSelectedFrame() const
59{

Callers 5

OnEditSelectotherMethod · 0.80
DrawFrameEditorMethod · 0.80
OnKeyDownMethod · 0.80
MoveSelectionMethod · 0.80
GetFrameStartMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected