request_scroll (3) Linux Manual Page
request_scroll – Queues a hardware scroll request with triple buffering. Allegro game programming library. Synopsis #include <allegro.h> int request_scroll(int x, int y); Description This function is used for triple buffering. It requests a hardware scroll to the specified position, but returns immediately rather than waiting for a retrace. The scroll will then take place during…
