Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
disable_hardware_cursor(3)	 Allegro manual       disable_hardware_cursor(3)

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

SYNOPSIS
     #include <allegro.h>

     void disable_hardware_cursor(void);

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() un-
     reliable. After calling this function, get_mouse_mickeys() returns reliable
     results again.

SEE ALSO
     install_mouse(3), show_mouse(3), set_mouse_sprite(3), get_mouse_mickeys(3),
     gfx_capabilities(3), enable_hardware_cursor(3)

Allegro 			  version 4.4.3       disable_hardware_cursor(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=disable_hardware_cursor&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help