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

Method DoOnRButtonDown

Source/GraphEditorComponentImpl.cpp:254–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254void CGraphBase::DoOnRButtonDown(CPoint point) {
255 m_iEditing = edit_t::Line;
256 m_ptLineStart = m_ptLineEnd = point;
257 ModifyItems(true);
258 CursorChanged(GetItemIndex(point));
259}
260
261void CGraphBase::DoOnRButtonMove(CPoint point) {
262 if (m_iEditing == edit_t::Line) {

Callers

nothing calls this directly

Calls 9

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

Tested by

no test coverage detected