1al_destroy_mouse_cursor(3)                          al_destroy_mouse_cursor(3)
2
3
4

NAME

6       al_destroy_mouse_cursor - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              void al_destroy_mouse_cursor(ALLEGRO_MOUSE_CURSOR *cursor)
12

DESCRIPTION

14       Free the memory used by the given cursor.
15
16       Has no effect if cursor is NULL.
17

SEE ALSO

19       al_create_mouse_cursor(3)
20
21
22
23Allegro reference manual                            al_destroy_mouse_cursor(3)
Impressum