You've already forked godot
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:
@@ -235,6 +235,7 @@ private:
|
||||
|
||||
String symbol_lookup_new_word = "";
|
||||
String symbol_lookup_word = "";
|
||||
Point2i symbol_lookup_pos;
|
||||
|
||||
/* Visual */
|
||||
Ref<StyleBox> style_normal;
|
||||
|
||||
Reference in New Issue
Block a user