exscroll.3alleg

Langue: en

Version: version 4.2.2 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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(3alleg), END_OF_MAIN(3alleg), RGB(3alleg), SCREEN_H(3alleg), SCREEN_W(3alleg), acquire_bitmap(3alleg), allegro_init(3alleg), allegro_message(3alleg), clear_keybuf(3alleg), create_sub_bitmap(3alleg), desktop_palette(3alleg), destroy_bitmap(3alleg), install_keyboard(3alleg), keypressed(3alleg), rectfill(3alleg), release_bitmap(3alleg), screen(3alleg), scroll_screen(3alleg), set_color(3alleg), set_gfx_mode(3alleg), set_palette(3alleg), vline(3alleg)