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

Method SetDimensions

Source/CodeEntry.cpp:1225–1230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1223}
1224
1225void CodeEntry::SetDimensions(float width, float height)
1226{
1227 mWidth = width;
1228 mHeight = height;
1229 OnCodeUpdated();
1230}
1231
1232int CodeEntry::GetCaretPosition(int col, int row)
1233{

Callers 15

SetGridSizeMethod · 0.45
DrawControlsMethod · 0.45
ResizeMethod · 0.45
ResizeMethod · 0.45
LoadStateMethod · 0.45
ResizeMethod · 0.45
DrawToPush2ScreenMethod · 0.45
ResizeMethod · 0.45
ResizeMethod · 0.45
SetGridSizeMethod · 0.45
LoadStateMethod · 0.45
ResizeMethod · 0.45

Calls

no outgoing calls

Tested by 3

DrawModuleMethod · 0.36
ResizeMethod · 0.36
UpdateVelocityGridPosMethod · 0.36