The show_mouse function
The call to the show_mouse function in Listing 1 tells Allegro to display a mouse pointer on the graphics window.
A call to the function passing NULL as a parameter hides the mouse pointer.
The documentation contains some cautions.
Review that documentation before calling this function.