undone
March 30, 2024, 3:57pm
1
Godot Version
4.2
Question
searching how to copy/paste with Godot for a calculator, both
and
gistfile2.txt
## For a beginner-friendly version of the following (more advanced users likely will get better use of the below,
## if you're just starting out...), see this new gist:
## https://gist.github.com/WolfgangSenff/0a9c1d800db42a9a9441b2d0288ed0fd
This document represents the beginning of an upgrade or migration document for GDScript 2.0 and Godot 4.0. I'm focusing on 2D
at the moment as I'm upgrading a 2D game, but will hopefully have more to add for 3D afterward.
## If you want more content like this, please help fund my cat's medical bills at https://ko-fi.com/kyleszklenski - thank you very much! On to the migration guide.
This file has been truncated. show original
seem to be no help to tell what happened to it. I tried searching in help F1
, on the docs.godotengine, and in the forum, as well on a search engine, but topics seem too old, as the engine says OS.get_clipboard() doesn’t exist, what should I use instead?
DisplayServer.clipboard_get()
is probably what you are looking for.
1 Like
system
Closed
April 29, 2024, 4:03pm
3
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.