Home
last modified time | relevance | path

Searched refs:callSTB (Results 1 – 2 of 2) sorted by relevance

/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/lib/platform/common/
H A Dgenerictextedit.cpp85 bool callSTB (Proc proc);
245 bool STBTextEditView::callSTB (Proc proc)
341 return callSTB ([&]() { stb_textedit_key (this, &editState, key); }) ? 1 : -1;
364 callSTB ([&]() {
388 callSTB ([&]() {
466 callSTB ([&]() { stb_textedit_cut (this, &editState); });
505 callSTB (
508 callSTB ([&]() { stb_textedit_paste (this, &editState, text, size); });
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/lib/platform/common/
H A Dgenerictextedit.cpp85 bool callSTB (Proc proc);
245 bool STBTextEditView::callSTB (Proc proc) in callSTB() function in VSTGUI::STBTextEditView
341 return callSTB ([&]() { stb_textedit_key (this, &editState, key); }) ? 1 : -1; in onKeyDown()
365 callSTB ([&]() { in onMouseDown()
389 callSTB ([&]() { in onMouseMoved()
467 callSTB ([&]() { stb_textedit_cut (this, &editState); }); in doCut()
506 callSTB ( in doPaste()
509 callSTB ([&]() { stb_textedit_paste (this, &editState, text, size); }); in doPaste()