1al_hide_mouse_cursor(3) al_hide_mouse_cursor(3)
2
3
4
6 al_hide_mouse_cursor - Allegro 5 API
7
9 #include <allegro5/allegro.h>
10
11 bool al_hide_mouse_cursor(ALLEGRO_DISPLAY *display)
12
14 Hide the mouse cursor in the given display. This has no effect on what
15 the current mouse cursor looks like; it just makes it disappear.
16
17 Returns true on success (or if the cursor already was hidden), false
18 otherwise.
19
21 al_show_mouse_cursor(3)
22
23
24
25Allegro reference manual al_hide_mouse_cursor(3)