MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / CopyDot

Method CopyDot

Source/DotGrid.cpp:407–411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

405}
406
407void DotGrid::CopyDot(DotPosition from, DotPosition to)
408{
409 if (IsValidPosition(from) && IsValidPosition(to))
410 mData[GetDataIndex(to.mCol, to.mRow)] = mData[GetDataIndex(from.mCol, from.mRow)];
411}
412
413void DotGrid::SetHighlightCol(double time, int col)
414{

Callers 1

ButtonClickedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected