.\" Automatically generated by Pandoc 3.6.1 .\" .TH "al_destroy_mouse_cursor" "3" "" "Allegro reference manual" .SH NAME al_destroy_mouse_cursor \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] void al_destroy_mouse_cursor(ALLEGRO_MOUSE_CURSOR *cursor) .EE .SH DESCRIPTION Free the memory used by the given cursor. .PP Has no effect if \f[CR]cursor\f[R] is NULL. .SH SEE ALSO al_create_mouse_cursor(3)