logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

freeze_mouse_flag - Flag to avoid redrawing the mouse pointer. Allegro game programming library.

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.

Name

       freeze_mouse_flag - Flag to avoid redrawing the mouse pointer. Allegro game programming library.

See Also

show_mouse(3alleg4)

Allegro                                           version 4.4.3                       freeze_mouse_flag(3alleg4)

Synopsis

#include<allegro.h>externvolatileintfreeze_mouse_flag;

See Also