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

Method GetModuleDimensions

Source/CommentDisplay.cpp:55–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void CommentDisplay::GetModuleDimensions(float& w, float& h)
56{
57 mCommentEntry->GetDimensions(w, h);
58 w += 4;
59 h += 4;
60}
61
62void CommentDisplay::TextEntryComplete(TextEntry* entry)
63{

Callers

nothing calls this directly

Calls 1

GetDimensionsMethod · 0.45

Tested by

no test coverage detected