al_destroy_mouse_cursor - Man Page
Allegro 5 API
Synopsis
#include <allegro5/allegro.h> void al_destroy_mouse_cursor(ALLEGRO_MOUSE_CURSOR *cursor)
Description
Free the memory used by the given cursor.
Has no effect if cursor
is NULL.
See Also
Referenced By
Allegro reference manual