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

Method Minimized

Source/IDrawableModule.h:117–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115 virtual void Exit();
116 bool IsInitialized() const { return mInitialized; }
117 bool Minimized() const { return mMinimizeAnimation > 0; }
118 bool WasMinimizeAreaClicked() const { return mWasMinimizeAreaClicked; }
119 virtual void MouseReleased() override;
120 virtual void FilesDropped(std::vector<std::string> files, int x, int y) {}

Callers 6

oscMessageReceivedMethod · 0.80
DrawModulesOnMinimapMethod · 0.80
DrawPatchCablesMethod · 0.80
UpdatePositionMethod · 0.80
GetPatchCablePosMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected