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

Method getDrawActionHandler

hi_scripting/scripting/api/ScriptingApiContent.cpp:4089–4095  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4087}
4088
4089DrawActions::Handler* ScriptingApi::Content::ScriptPanel::getDrawActionHandler()
4090{
4091 if (graphics != nullptr)
4092 return &graphics->getDrawHandler();
4093
4094 return nullptr;
4095}
4096
4097struct ScriptingApi::Content::ScriptPanel::Wrapper
4098{

Callers 1

initPanelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected