Godot 4.0 beta3 getting clipboard

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By OgGhostJelly

I can’t find OS.get_clipboard(). what did they change it to? Where is it?

my code:

@tool
extends Control


func _enter_tree():
	print(OS.get_clipboard())
:bust_in_silhouette: Reply From: OgGhostJelly
DisplayServer.clipboard_get()

I forgot godot has a bult in docs