1disable_hardware_cursor(3)      Allegro manual      disable_hardware_cursor(3)
2
3
4

NAME

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

SYNOPSIS

10       #include <allegro.h>
11
12
13       void disable_hardware_cursor(void);
14

DESCRIPTION

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

SEE ALSO

24       install_mouse(3), show_mouse(3),  set_mouse_sprite(3),  get_mouse_mick‐
25       eys(3), gfx_capabilities(3), enable_hardware_cursor(3)
26
27
28
29Allegro                          version 4.4.3      disable_hardware_cursor(3)
Impressum