Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1225
void CodeEntry::SetDimensions(float width, float height)
1226
{
1227
mWidth = width;
1228
mHeight = height;
1229
OnCodeUpdated();
1230
}
1231
1232
int CodeEntry::GetCaretPosition(int col, int row)
1233
{
Callers
15
SetGridSize
Method · 0.45
DrawControls
Method · 0.45
Resize
Method · 0.45
Resize
Method · 0.45
LoadState
Method · 0.45
Resize
Method · 0.45
DrawToPush2Screen
Method · 0.45
Resize
Method · 0.45
Resize
Method · 0.45
SetGridSize
Method · 0.45
LoadState
Method · 0.45
Resize
Method · 0.45
Calls
no outgoing calls
Tested by
3
DrawModule
Method · 0.36
Resize
Method · 0.36
UpdateVelocityGridPos
Method · 0.36