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

Method GetTopModalFocusItem

Source/ModularSynth.cpp:1863–1868  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1861}
1862
1863IDrawableModule* ModularSynth::GetTopModalFocusItem() const
1864{
1865 if (mModalFocusItemStack.empty())
1866 return nullptr;
1867 return mModalFocusItemStack.back();
1868}
1869
1870bool ModularSynth::IsModalFocusItem(IDrawableModule* item) const
1871{

Callers 5

DropdownUpdatedMethod · 0.80
DropdownUpdatedMethod · 0.80
AcquireLFOMethod · 0.80
PollMethod · 0.80
RenderMethod · 0.80

Calls 1

emptyMethod · 0.80

Tested by

no test coverage detected