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

Method StartSelection

Source/FrameEditorModel.cpp:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109void CFrameEditorModel::StartSelection(const CFrameCursorPos &pos) {
110 selStart_ = selEnd_ = pos;
111 Select(selStart_); // // //
112}
113
114void CFrameEditorModel::ContinueSelection(const CFrameCursorPos &pos) {
115 if (IsSelecting()) {

Callers 3

OnKeyDownMethod · 0.80
OnLButtonDownMethod · 0.80
OnMouseMoveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected