MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / ensure_focus

Method ensure_focus

editor/script/text_editor.cpp:332–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330}
331
332void TextEditor::ensure_focus() {
333 code_editor->get_text_editor()->grab_focus();
334}
335
336Vector<String> TextEditor::get_functions() {
337 return Vector<String>();

Callers 4

_go_to_tabMethod · 0.45
ensure_select_currentMethod · 0.45
editMethod · 0.45
_update_history_posMethod · 0.45

Calls 2

get_text_editorMethod · 0.80
grab_focusMethod · 0.45

Tested by

no test coverage detected