Provided by: allegro5-doc_5.2.8.0+dfsg-1_all
NAME
al_clipboard_has_text - Allegro 5 API
SYNOPSIS
#include <allegro5/allegro.h> bool al_clipboard_has_text(ALLEGRO_DISPLAY *display)
DESCRIPTION
This function returns true if and only if the clipboard has text available.
SINCE
5.1.12
SEE ALSO
al_set_clipboard_text(3alleg5), al_get_clipboard_text(3alleg5)