Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
set_mouse_sprite(3)		 Allegro manual 	     set_mouse_sprite(3)

NAME
     set_mouse_sprite - Sets the mouse sprite. Allegro game programming library.

SYNOPSIS
     #include <allegro.h>

     void set_mouse_sprite(BITMAP *sprite);

DESCRIPTION
     You  don't  like  Allegro's mouse pointer? No problem. Use this function to
     supply an alternative of your own. If you change the pointer and then  want
     to get Allegro's lovely arrow back again, call set_mouse_sprite(NULL).

     As  a  bonus,  set_mouse_sprite(NULL)  uses the current palette in choosing
     colors for the arrow. So if your arrow mouse sprite looks ugly after chang-
     ing the palette, call set_mouse_sprite(NULL).

SEE ALSO
     install_mouse(3), show_mouse(3), set_mouse_sprite_focus(3), exmouse(3)

Allegro 			  version 4.4.3 	     set_mouse_sprite(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=set_mouse_sprite&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help