MCPcopy Create free account
hub / github.com/christophhart/HISE / beginInitialization

Method beginInitialization

hi_scripting/scripting/api/ScriptingApiContent.cpp:6763–6770  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6761
6762
6763void ScriptingApi::Content::beginInitialization()
6764{
6765 allowGuiCreation = true;
6766
6767 updateWatcher = nullptr;
6768 guides.clear();
6769 registeredKeyPresses.clear();
6770}
6771
6772
6773void ScriptingApi::Content::setHeight(int newHeight) noexcept

Callers 1

compileInternalMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected