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

Method ToggleQuickSpawn

Source/ModularSynth.cpp:1698–1708  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1696}
1697
1698void ModularSynth::ToggleQuickSpawn()
1699{
1700 if (mQuickSpawn != nullptr && mQuickSpawn->IsShowing())
1701 {
1702 mQuickSpawn->Hide();
1703 }
1704 else
1705 {
1706 mQuickSpawn->ShowSpawnCategoriesPopup();
1707 }
1708}
1709
1710void ModularSynth::MouseScrolled(float xScroll, float yScroll, bool isSmoothScroll, bool isInvertedScroll, bool canZoomCanvas)
1711{

Callers

nothing calls this directly

Calls 3

IsShowingMethod · 0.80
HideMethod · 0.80

Tested by

no test coverage detected