logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

al_set_clipboard_text - Allegro 5 API

Description

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

Name

       al_set_clipboard_text - Allegro 5 API

See Also

al_get_clipboard_text(3alleg5), al_clipboard_has_text(3alleg5)

Allegro reference manual                                                          al_set_clipboard_text(3alleg5)

Since

       5.1.12

Synopsis

              #include <allegro5/allegro.h>

              bool al_set_clipboard_text(ALLEGRO_DISPLAY *display, const char *text)

See Also