1exscroll(3) Allegro manual exscroll(3)
2
3
4
6 exscroll - Mode-X hardware scrolling and split screens. Allegro game
7 programming library.
8
10 #include <allegro.h>
11
12
13 Example exscroll
14
16 This program demonstrates how to use hardware scrolling. The scrolling
17 should work on anything that supports virtual screens larger than the
18 physical screen.
19
20
22 BITMAP(3), END_OF_MAIN(3), RGB(3), SCREEN_H(3), SCREEN_W(3),
23 acquire_bitmap(3), allegro_init(3), allegro_message(3), clear_key‐
24 buf(3), create_sub_bitmap(3), desktop_palette(3), destroy_bitmap(3),
25 install_keyboard(3), keypressed(3), rectfill(3), release_bitmap(3),
26 rest(3), screen(3), scroll_screen(3), set_color(3), set_gfx_mode(3),
27 set_palette(3), vline(3)
28
29
30
31Allegro version 4.4.3 exscroll(3)