1al_clipboard_has_text(3) al_clipboard_has_text(3)
23
4
NAME
6al_clipboard_has_text - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
bool al_clipboard_has_text(ALLEGRO_DISPLAY *display)
12
DESCRIPTION
14This function returns true if and only if the clipboard has text availā
15able.
16
SINCE
185.1.12
19
SEE ALSO
21al_set_clipboard_text(3), al_get_clipboard_text(3)
2223
24
25
Allegro reference manual al_clipboard_has_text(3)