Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
332
void TextEditor::ensure_focus() {
333
code_editor->get_text_editor()->grab_focus();
334
}
335
336
Vector<String> TextEditor::get_functions() {
337
return Vector<String>();
Callers
4
_go_to_tab
Method · 0.45
ensure_select_current
Method · 0.45
edit
Method · 0.45
_update_history_pos
Method · 0.45
Calls
2
get_text_editor
Method · 0.80
grab_focus
Method · 0.45
Tested by
no test coverage detected