.\" Automatically generated by Pandoc 3.6.1 .\" .TH "al_set_clipboard_text" "3" "" "Allegro reference manual" .SH NAME al_set_clipboard_text \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] bool al_set_clipboard_text(ALLEGRO_DISPLAY *display, const char *text) .EE .SH DESCRIPTION This function pastes the text given as an argument to the clipboard. .SH SINCE 5.1.12 .SH SEE ALSO al_get_clipboard_text(3), al_clipboard_has_text(3)