php man page for freeze_mouse_flag

Query: freeze_mouse_flag

OS: php

Section: 3alleg4

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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) - centos
show_mouse(3alleg4) - mojave
show_mouse(3alleg4) - plan9
show_mouse(3alleg4) - v7
show_mouse(3alleg4) - freebsd
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
Forum Video Tutorial: How to Use Code Tags
UNIX.COM 2017 Year End Summary
Please Welcome Don Cragun as Lead Moderator
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun