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

Method GetModalFocusItemStack

Source/ModularSynth.h:137–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135 void PopModalFocusItem();
136 IDrawableModule* GetTopModalFocusItem() const;
137 std::vector<IDrawableModule*> GetModalFocusItemStack() const { return mModalFocusItemStack; }
138 bool IsModalFocusItem(IDrawableModule* item) const;
139
140 void LogEvent(std::string event, LogEventType type);

Callers 1

GetModuleAtMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected