GLFW3Window CopyTextToClipboard Method Delta Engine Documentation
Clipboard.SetText must be executed on a STA thread, which we are not, create extra thread!

Namespace: DeltaEngine.Platforms
Assembly: DeltaEngine.WindowsGLFW3 (in DeltaEngine.WindowsGLFW3.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public void CopyTextToClipboard(
	string text
)

Implements

Window CopyTextToClipboard(String)
See Also