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

Method PopModalFocusItem

Source/ModularSynth.cpp:1857–1861  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1855}
1856
1857void ModularSynth::PopModalFocusItem()
1858{
1859 if (mModalFocusItemStack.empty() == false)
1860 mModalFocusItemStack.pop_back();
1861}
1862
1863IDrawableModule* ModularSynth::GetTopModalFocusItem() const
1864{

Callers 4

ButtonClickedMethod · 0.80
ButtonClickedMethod · 0.80
ButtonClickedMethod · 0.80
OnClickedMethod · 0.80

Calls 1

emptyMethod · 0.80

Tested by

no test coverage detected