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

Method GetDrawOffset

Source/ModuleContainer.cpp:258–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258ofVec2f ModuleContainer::GetDrawOffset()
259{
260 if (mOwner != nullptr && mOwner->GetOwningContainer() != nullptr)
261 return mDrawOffset + mOwner->GetOwningContainer()->GetDrawOffset();
262 return mDrawOffset;
263}
264
265float ModuleContainer::GetDrawScale() const
266{

Callers 15

DrawToFramebufferMethod · 0.80
CheckboxUpdatedMethod · 0.80
WriteCurrentLocationMethod · 0.80
MoveToLocationMethod · 0.80
GoHomeMethod · 0.80
UpdateLocationMethod · 0.80
ShowMethod · 0.80
RenderScreenshotMethod · 0.80
ToScreenPosXFunction · 0.80
ToScreenPosYFunction · 0.80
FromScreenPosXFunction · 0.80

Calls 1

GetOwningContainerMethod · 0.80

Tested by

no test coverage detected