.\" Generated by the Allegro makedoc utility .TH disable_hardware_cursor 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME disable_hardware_cursor \- Disables the OS hardware cursor. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B void disable_hardware_cursor(void); .SH 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. .SH SEE ALSO .BR install_mouse (3alleg4), .BR show_mouse (3alleg4), .BR set_mouse_sprite (3alleg4), .BR get_mouse_mickeys (3alleg4), .BR gfx_capabilities (3alleg4), .BR enable_hardware_cursor (3alleg4)