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

Method DoOnLButtonMove

Source/GraphEditorComponentImpl.cpp:245–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243}
244
245void CGraphBase::DoOnLButtonMove(CPoint point) {
246 if (m_iEditing == edit_t::Point) {
247 m_ptLineEnd = point; // // //
248 ModifyItems(true);
249 m_ptLineStart = m_ptLineEnd;
250 }
251 CursorChanged(GetItemIndex(point));
252}
253
254void CGraphBase::DoOnRButtonDown(CPoint point) {
255 m_iEditing = edit_t::Line;

Callers

nothing calls this directly

Calls 8

clampFunction · 0.85
sizeFunction · 0.85
GetItemGridIndexMethod · 0.80
SetLoopPointMethod · 0.80
ItemModifiedMethod · 0.80
GetItemIndexMethod · 0.80
GetSequenceMethod · 0.45
GetItemCountMethod · 0.45

Tested by

no test coverage detected