1al_destroy_mouse_cursor(3) Library Functions Manual al_destroy_mouse_cursor(3)
23
4
NAME
6al_destroy_mouse_cursor
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
void al_destroy_mouse_cursor(ALLEGRO_MOUSE_CURSOR *cursor)
12
DESCRIPTION
14Free the memory used by the given cursor.
1516
Has no effect if cursor is NULL.
17
SEE ALSO
19al_create_mouse_cursor(3)
2021
22
23
Allegro reference manual al_destroy_mouse_cursor(3)