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

Method WasMinimizeAreaClicked

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

Source from the content-addressed store, hash-verified

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) {}
121 virtual std::string GetTitleLabel() const { return Name(); }

Callers 1

MouseReleasedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected