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