1exflip(3) Allegro manual exflip(3)
2
3
4
6 exflip - Comparison of double buffering and page flipping. Allegro game
7 programming library.
8
10 #include <allegro.h>
11
12
13 Example exflip
14
16 This program moves a circle across the screen, first with a double buf‐
17 fer and then using page flips.
18
19
21 BITMAP(3), END_OF_MAIN(3), SCREEN_H(3), SCREEN_W(3), allegro_error(3),
22 allegro_init(3), allegro_message(3), blit(3), circlefill(3), clear_key‐
23 buf(3), clear_to_color(3), create_bitmap(3), create_video_bitmap(3),
24 desktop_palette(3), destroy_bitmap(3), font(3), install_keyboard(3),
25 install_timer(3), keypressed(3), makecol(3), retrace_count(3),
26 screen(3), set_gfx_mode(3), set_palette(3), show_video_bitmap(3),
27 textprintf_ex(3)
28
29
30
31Allegro version 4.2.2 exflip(3)