1exsyscur(3) Allegro manual exsyscur(3)
2
3
4
6 exsyscur - Hardware accelerated mouse cursors. Allegro game programming
7 library.
8
10 #include <allegro.h>
11
12
13 Example exsyscur
14
16 This program demonstrates the use of hardware accelerated mouse cur‐
17 sors.
18
19
21 END_OF_MAIN(3), SCREEN_H(3), SCREEN_W(3), allegro_error(3), alle‐
22 gro_init(3), allegro_message(3), clear_to_color(3), enable_hard‐
23 ware_cursor(3), font(3), gfx_capabilities(3), install_keyboard(3),
24 install_mouse(3), install_timer(3), makecol(3), readkey(3), screen(3),
25 select_mouse_cursor(3), set_gfx_mode(3), show_mouse(3), text_height(3),
26 textprintf_centre_ex(3)
27
28
29
30Allegro version 4.4.3 exsyscur(3)