poll_scroll (3) - Linux Manuals
poll_scroll: Checks the status of a scroll request with triple buffering. Allegro game programming library.
Command to display poll_scroll
manual in Linux: $ man 3 poll_scroll
NAME
poll_scroll - Checks the status of a scroll request with triple buffering. Allegro game programming library.
SYNOPSIS
#include <allegro.h>
int poll_scroll();
DESCRIPTION
This function is used for triple buffering. It checks the status of a
hardware scroll previously initiated by the request_scroll() routine.
RETURN VALUE
Returns non-zero if it is still waiting to take place, and zero if the
requested scroll has already happened.
Pages related to poll_scroll
- poll_joystick (3) - Polls the joystick. Allegro game programming library.
- poll_keyboard (3) - Polls the keyboard. Allegro game programming library.
- poll_mouse (3) - Polls the mouse. Allegro game programming library.
- polygon (3) - Draws a filled polygon. Allegro game programming library.
- polygon3d (3) - Draws a 3d polygon onto the specified bitmap. Allegro game programming library.
- polygon3d_f (3) - Draws a 3d polygon onto the specified bitmap. Allegro game programming library.
- polygon_z_normal (3) - Finds the Z component of the normal vector to three vertices. Allegro game programming library.