CopyToClipboard
Copy a string to the Windows clipboard as CF_TEXT (ANSI).
Last updated
Copy a string to the Windows clipboard as CF_TEXT (ANSI).
Last updated
local ok, err = Susano.CopyToClipboard("Test 123")
if not ok then print("clipboard error:", err) end