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

Method DoOnRButtonMove

Source/GraphEditorComponentImpl.cpp:261–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259}
260
261void CGraphBase::DoOnRButtonMove(CPoint point) {
262 if (m_iEditing == edit_t::Line) {
263 m_ptLineEnd = point; // // //
264 ModifyItems(true);
265 }
266 CursorChanged(GetItemIndex(point));
267}
268
269void CGraphBase::DoOnRButtonUp(CPoint point) {
270 m_ptLineStart = { };

Callers

nothing calls this directly

Calls 7

clampFunction · 0.85
GetItemGridIndexMethod · 0.80
SetReleasePointMethod · 0.80
ItemModifiedMethod · 0.80
GetItemIndexMethod · 0.80
GetSequenceMethod · 0.45
GetItemCountMethod · 0.45

Tested by

no test coverage detected