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

Method PushModalFocusItem

Source/ModularSynth.cpp:1852–1855  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1850}
1851
1852void ModularSynth::PushModalFocusItem(IDrawableModule* item)
1853{
1854 mModalFocusItemStack.push_back(item);
1855}
1856
1857void ModularSynth::PopModalFocusItem()
1858{

Callers 4

ButtonClickedMethod · 0.80
DisplayLFOControlMethod · 0.80
OnClickedMethod · 0.80
SpawnEnvelopeEditorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected