MCPcopy Create free account
hub / github.com/VASTDynamics/Vaporizer2 / buttonClicked

Method buttonClicked

VASTvaporizer/Source/Plugin/VASTLogoComponent.cpp:193–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193void VASTLogoComponent::buttonClicked (juce::Button* buttonThatWasClicked)
194{
195 //[UserbuttonClicked_Pre]
196 //[/UserbuttonClicked_Pre]
197
198 if (buttonThatWasClicked == c_screenSize.get())
199 {
200 //[UserButtonCode_c_screenSize] -- add your button handler code here..
201 myEditor->vaporizerComponent->selectSizeMenu();
202 //[/UserButtonCode_c_screenSize]
203 }
204
205 //[UserbuttonClicked_Post]
206 //[/UserbuttonClicked_Post]
207}
208
209
210

Callers

nothing calls this directly

Calls 1

selectSizeMenuMethod · 0.80

Tested by

no test coverage detected