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

Method DoOnLButtonDown

Source/GraphEditorComponentImpl.cpp:238–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236}
237
238void CGraphBase::DoOnLButtonDown(CPoint point) {
239 m_iEditing = edit_t::Point;
240 m_ptLineStart = m_ptLineEnd = point;
241 ModifyItems(true);
242 CursorChanged(GetItemIndex(point));
243}
244
245void CGraphBase::DoOnLButtonMove(CPoint point) {
246 if (m_iEditing == edit_t::Point) {

Callers

nothing calls this directly

Calls 10

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

Tested by

no test coverage detected