.TH "al_destroy_mouse_cursor(3alleg5) Allegro reference manual" "" "" "" "" .SH NAME .PP al_destroy_mouse_cursor \- Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include\ void\ al_destroy_mouse_cursor(ALLEGRO_MOUSE_CURSOR\ *cursor) \f[] .fi .SH DESCRIPTION .PP Free the memory used by the given cursor. .PP Has no effect if \f[C]cursor\f[] is NULL. .SH SEE ALSO .PP al_create_mouse_cursor(3alleg5)