freeze_mouse_flag(3alleg4) netbsd man page | unix.com

Man Page: freeze_mouse_flag

Operating Environment: netbsd

Section: 3alleg4

freeze_mouse_flag(3alleg4)					  Allegro manual					freeze_mouse_flag(3alleg4)

NAME
freeze_mouse_flag - Flag to avoid redrawing the mouse pointer. Allegro game programming library.
SYNOPSIS
#include <allegro.h> extern volatile int freeze_mouse_flag;
DESCRIPTION
If this flag is set, the mouse pointer won't be redrawn when the mouse moves. This can avoid the need to hide the pointer every time you draw to the screen, as long as you make sure your drawing doesn't overlap with the current pointer position.
SEE ALSO
show_mouse(3alleg4) Allegro version 4.4.2 freeze_mouse_flag(3alleg4)
Related Man Pages
show_mouse(3alleg4) - debian
show_mouse(3alleg4) - suse
show_mouse(3alleg4) - opendarwin
show_mouse(3alleg4) - netbsd
show_mouse(3alleg4) - plan9
Similar Topics in the Unix Linux Community
sorting left-justified numeric values
Memory Leaks
How to install PGX32 on Sparc 10 Ultra?
Better to Use Return Code or wc -l Output?
BSD Unix Toolbox: 1000+ Commands for FreeBSD, OpenBSD, and NetBSD