Query: freeze_mouse_flag
OS: centos
Section: 3alleg4
Links: centos man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
freeze_mouse_flag(3alleg4) Allegro manual freeze_mouse_flag(3alleg4)NAMEfreeze_mouse_flag - Flag to avoid redrawing the mouse pointer. Allegro game programming library.SYNOPSIS#include <allegro.h> extern volatile int freeze_mouse_flag;DESCRIPTIONIf 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 ALSOshow_mouse(3alleg4) Allegro version 4.4.2 freeze_mouse_flag(3alleg4)
Related Man Pages |
---|
show_mouse(3alleg4) - suse |
exsyscur(3alleg4) - centos |
show_mouse(3alleg4) - php |
show_mouse(3alleg4) - linux |
show_mouse(3alleg4) - redhat |
Similar Topics in the Unix Linux Community |
---|
Weird 'find' results |
DB2 convert digits to binary format |
Tar Command |
Controlling user input |
[TIP] Processing YAML files with yq |