1al_show_mouse_cursor(3)                                al_show_mouse_cursor(3)
2
3
4

NAME

6       al_show_mouse_cursor - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              bool al_show_mouse_cursor(ALLEGRO_DISPLAY *display)
12

DESCRIPTION

14       Make a mouse cursor visible in the given display.
15
16       Returns true if a mouse cursor is shown as a result of the call (or one
17       already was visible), false otherwise.
18

SEE ALSO

20       al_hide_mouse_cursor(3)
21
22
23
24Allegro reference manual                               al_show_mouse_cursor(3)
Impressum