Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
100
void CFrameEditorModel::Select(const CFrameSelection &sel) {
101
m_selection = sel;
102
m_bSelecting = true;
103
}
104
105
void CFrameEditorModel::Deselect() {
106
m_bSelecting = false;
Callers
1
SetSelection
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected