logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

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

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 changing the palette, call set_mouse_sprite(NULL).

Name

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

See Also

install_mouse(3alleg4), show_mouse(3alleg4), set_mouse_sprite_focus(3alleg4), exmouse(3alleg4)

Allegro                                           version 4.4.3                        set_mouse_sprite(3alleg4)

Synopsis

#include<allegro.h>voidset_mouse_sprite(BITMAP*sprite);

See Also