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

Method returnKeyPressed

hi_scripting/scripting/api/ScriptComponentWrappers.cpp:3344–3348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3342}
3343
3344void ScriptCreatedComponentWrappers::ViewportWrapper::ColumnListBoxModel::returnKeyPressed(int row)
3345{
3346 parent->getScriptComponent()->setValue(row);
3347 parent->getScriptComponent()->changed();
3348}
3349
3350
3351void ScriptCreatedComponentWrapper::ValuePopup::updateText()

Callers

nothing calls this directly

Calls 3

getScriptComponentMethod · 0.80
setValueMethod · 0.45
changedMethod · 0.45

Tested by

no test coverage detected