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

Method SetMinimized

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

Source from the content-addressed store, hash-verified

82 virtual bool AlwaysOnTop() { return false; }
83 void ToggleMinimized();
84 void SetMinimized(bool minimized, bool animate = true)
85 {
86 if (!HasTitleBar())
87 return;
88 mMinimized = minimized;
89 if (!animate)
90 mMinimizeAnimation = minimized ? 1 : 0;
91 }
92 void TogglePinned();
93 void SetPinned(bool pinned);
94 bool Pinned() const { return mPinned; }

Callers 2

oscMessageReceivedMethod · 0.80
OnConsoleInputMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected