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

disable_hardware_cursor - Disables the OS hardware cursor. Allegro game programming library.

Description

       After  calling  this  function,  Allegro will be responsible for drawing the mouse cursor rather than the
       operating system.  On  some  platforms  calling  enable_hardware_cursor()  makes  the  return  values  of
       get_mouse_mickeys() unreliable. After calling this function, get_mouse_mickeys() returns reliable results
       again.

Name

       disable_hardware_cursor - Disables the OS hardware cursor. Allegro game programming library.

See Also

install_mouse(3alleg4),   show_mouse(3alleg4),   set_mouse_sprite(3alleg4),   get_mouse_mickeys(3alleg4),
       gfx_capabilities(3alleg4), enable_hardware_cursor(3alleg4)

Allegro                                           version 4.4.3                 disable_hardware_cursor(3alleg4)

Synopsis

#include<allegro.h>voiddisable_hardware_cursor(void);

See Also