1al_show_mouse_cursor(3) Library Functions Manual al_show_mouse_cursor(3)
23
4
NAME
6al_show_mouse_cursor
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
bool al_show_mouse_cursor(ALLEGRO_DISPLAY *display)
12
DESCRIPTION
14Make a mouse cursor visible in the given display.
1516
Returns true if a mouse cursor is shown as a result of the call (or one
17already was visible), false otherwise.
18
SEE ALSO
20al_hide_mouse_cursor(3)
2122
23
24
Allegro reference manual al_show_mouse_cursor(3)