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

Method Select

Source/FrameEditorModel.cpp:100–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100void CFrameEditorModel::Select(const CFrameSelection &sel) {
101 m_selection = sel;
102 m_bSelecting = true;
103}
104
105void CFrameEditorModel::Deselect() {
106 m_bSelecting = false;

Callers 1

SetSelectionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected