Query: set_mouse_sprite
OS: netbsd
Section: 3alleg4
Links: netbsd man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
set_mouse_sprite(3alleg4) Allegro manual set_mouse_sprite(3alleg4)NAMEset_mouse_sprite - Sets the mouse sprite. Allegro game programming library.SYNOPSIS#include <allegro.h> void set_mouse_sprite(BITMAP *sprite);DESCRIPTIONYou 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).SEE ALSOinstall_mouse(3alleg4), show_mouse(3alleg4), set_mouse_sprite_focus(3alleg4), exmouse(3alleg4) Allegro version 4.4.2 set_mouse_sprite(3alleg4)
Related Man Pages |
---|
exmouse(3alleg4) - debian |
exmouse(3alleg4) - netbsd |
exmouse(3alleg4) - linux |
exmouse(3alleg4) - v7 |
exmouse(3alleg4) - redhat |
Similar Topics in the Unix Linux Community |
---|
Unix File Permissions |
Make bold chars in UNIX |
Grandpa returning to UNIX |
BSD Unix Toolbox: 1000+ Commands for FreeBSD, OpenBSD, and NetBSD |
Grep command to show the number of results |