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

Method IsFrameSelected

Source/FrameEditorModel.cpp:130–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130bool CFrameEditorModel::IsFrameSelected(int frame) const {
131 return IsSelecting() && m_selection.IncludesFrame(frame);
132}
133
134bool CFrameEditorModel::IsChannelSelected(int channel) const {
135 return IsSelecting() && m_selection.IncludesChannel(channel);

Callers 2

DrawFrameEditorMethod · 0.80
OnLButtonDownMethod · 0.80

Calls 1

IncludesFrameMethod · 0.80

Tested by

no test coverage detected