al_set_clipboard_text(1) Allegro 5 API

SYNOPSIS


#include <allegro5/allegro.h>
bool al_set_clipboard_text(ALLEGRO_DISPLAY *display, const char *text)

DESCRIPTION

This function pastes the text given as an argument to the clipboard.

SINCE

5.1.12