.\" Automatically generated by Pandoc 3.6.1 .\" .TH "al_show_mouse_cursor" "3" "" "Allegro reference manual" .SH NAME al_show_mouse_cursor \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] bool al_show_mouse_cursor(ALLEGRO_DISPLAY *display) .EE .SH DESCRIPTION Make a mouse cursor visible in the given display. .PP Returns true if a mouse cursor is shown as a result of the call (or one already was visible), false otherwise. .SH SEE ALSO al_hide_mouse_cursor(3)