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

Method GetOwnerPosition

Source/ModuleContainer.cpp:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43ofVec2f ModuleContainer::GetOwnerPosition() const
44{
45 if (mOwner)
46 return mOwner->GetPosition();
47 return ofVec2f();
48}
49
50void ModuleContainer::GetAllModules(std::vector<IDrawableModule*>& out)
51{

Callers 4

MouseMovedMethod · 0.80
GetModuleAtMethod · 0.80
TakeModuleMethod · 0.80
RenderMethod · 0.80

Calls 2

ofVec2fClass · 0.85
GetPositionMethod · 0.45

Tested by

no test coverage detected