1al_set_clipboard_text(3) al_set_clipboard_text(3)
23
4
NAME
6al_set_clipboard_text - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
bool al_set_clipboard_text(ALLEGRO_DISPLAY *display, const char *text)
12
DESCRIPTION
14This function pastes the text given as an argument to the clipboard.
15
SINCE
175.1.12
18
SEE ALSO
20al_get_clipboard_text(3), al_clipboard_has_text(3)
2122
23
24
Allegro reference manual al_set_clipboard_text(3)