al_set_clipboard_text - Man Page

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

See Also

al_get_clipboard_text(3), al_clipboard_has_text(3)

Referenced By

al_clipboard_has_text(3), al_get_clipboard_text(3).

Allegro reference manual