mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-07-05 13:15:32 +02:00
Add copy selection support
This commit is contained in:
parent
57c1c3524d
commit
0e6334db96
5 changed files with 18 additions and 1 deletions
|
@ -61,6 +61,7 @@ public:
|
|||
void start_selection(Vector2 position);
|
||||
void select_to_pointer(Vector2 position);
|
||||
void reset_selection();
|
||||
String copy_selection();
|
||||
|
||||
enum UpdateMode {
|
||||
DISABLED,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue