1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Allow drag-clicking before symbol lookup

This makes it easier for touch and tablet users to do symbol lookups in
the code editor.
This commit is contained in:
Jummit
2022-10-09 11:17:10 +02:00
parent 880a0177d1
commit a6c1cfae99
2 changed files with 4 additions and 2 deletions

View File

@@ -235,6 +235,7 @@ private:
String symbol_lookup_new_word = "";
String symbol_lookup_word = "";
Point2i symbol_lookup_pos;
/* Visual */
Ref<StyleBox> style_normal;