exscroll(3) - Linux man page
Name
exscroll - Mode-X hardware scrolling and split screens. Allegro game programming library.
Synopsis
#include <allegro.h>
Example exscroll
Description
This program demonstrates how to use hardware scrolling. The scrolling should work on anything that
supports virtual screens larger than the physical screen.
See Also
bitmap(3),
end_of_main(3),
rgb(3),
screen_h(3),
screen_w(3),
acquire_bitmap(3),
allegro_init(3),
allegro_message(3),
clear_keybuf(3),
create_sub_bitmap(3),
desktop_palette(3),
destroy_bitmap(3),
install_keyboard(3),
keypressed(3),
rectfill(3),
release_bitmap(3),
screen(3),
scroll_screen(3),
set_color(3),
set_gfx_mode(3),
set_palette(3),
vline(3)