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

Method IsInitialized

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

Source from the content-addressed store, hash-verified

114 virtual void Init();
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;

Callers 6

DrawModuleMethod · 0.45
PostRenderMethod · 0.45
OnClickedMethod · 0.45
InitializeMethod · 0.45
AddListenerMethod · 0.45
AddAudioPollerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected