Godot - Copy text to clipboard
GDScript code example to copy text to clipboard with clipboard_set()
.
DisplayServer clipboard_set()
can copy specified text argument to clipboard.
DisplayServer.clipboard_set("Copy Text")
WEB Design & Material Images
GDScript code example to copy text to clipboard with clipboard_set()
.
DisplayServer clipboard_set()
can copy specified text argument to clipboard.
DisplayServer.clipboard_set("Copy Text")