mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Overhaul TextEdit selection.
The caret is now a part of the selection.
This commit is contained in:
parent
6118592c6d
commit
154f727c7a
11 changed files with 709 additions and 519 deletions
|
|
@ -616,6 +616,7 @@ public:
|
|||
|
||||
bool gui_is_dragging() const;
|
||||
bool gui_is_drag_successful() const;
|
||||
void gui_cancel_drag();
|
||||
|
||||
Control *gui_find_control(const Point2 &p_global);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue