1al_set_clipboard_text(3)                              al_set_clipboard_text(3)
2
3
4

NAME

6       al_set_clipboard_text - Allegro 5 API
7

SYNOPSIS

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

DESCRIPTION

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

SINCE

17       5.1.12
18

SEE ALSO

20       al_get_clipboard_text(3), al_clipboard_has_text(3)
21
22
23
24Allegro reference manual                              al_set_clipboard_text(3)
Impressum