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

Method Deselect

Source/FrameEditorModel.cpp:105–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105void CFrameEditorModel::Deselect() {
106 m_bSelecting = false;
107}
108
109void CFrameEditorModel::StartSelection(const CFrameCursorPos &pos) {
110 selStart_ = selEnd_ = pos;

Callers 3

OnLButtonDownMethod · 0.80
OnLButtonUpMethod · 0.80
CancelSelectionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected