keyboard_needs_poll
Section: Allegro manual (3)
Updated: version 4.2.2
Index
Return to Main Contents
NAME
keyboard_needs_poll - Tells if the keyboard needs polling. Allegro game programming library.
SYNOPSIS
#include <allegro.h>
int keyboard_needs_poll();
DESCRIPTION
Returns TRUE if the current keyboard driver is operating in polling mode.
SEE ALSO
poll_keyboard(3),
install_keyboard(3),
key(3)