.\" Automatically generated by Pandoc 3.1.12.1 .\" .TH "al_hide_mouse_cursor" "3" "" "Allegro reference manual" "" .SH NAME al_hide_mouse_cursor \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] bool al_hide_mouse_cursor(ALLEGRO_DISPLAY *display) .EE .SH DESCRIPTION Hide the mouse cursor in the given display. This has no effect on what the current mouse cursor looks like; it just makes it disappear. .PP Returns true on success (or if the cursor already was hidden), false otherwise. .SH SEE ALSO al_show_mouse_cursor(3)