MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / async_dialog_text_input

Function async_dialog_text_input

src/CardinalCommon.cpp:1255–1261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1253}
1254
1255void async_dialog_text_input(const char* const message, const char* const text,
1256 const std::function<void(char* newText)> action)
1257{
1258#ifndef HEADLESS_BEHAVIOUR
1259 asyncDialog::textInput(message, text, action);
1260#endif
1261}

Callers

nothing calls this directly

Calls 1

textInputFunction · 0.85

Tested by

no test coverage detected