Skip to contents

Set clipboard text content.

Usage

set_clipboard_text(text)

Arguments

text

A string.

Note

This function has been auto-generated from the following Raylib function definition:

void SetClipboardText(const char * text);

Examples

if (FALSE) {
set_clipboard_text("Hello")
}