keyboard_needs_poll - Tells if the keyboard needs polling. Allegro game programming library.
Contents
Description
Returns TRUE if the current keyboard driver is operating in polling mode.
Name
keyboard_needs_poll - Tells if the keyboard needs polling. Allegro game programming library.
See Also
poll_keyboard(3alleg4), install_keyboard(3alleg4), key(3alleg4) Allegro version 4.4.3 keyboard_needs_poll(3alleg4)
Synopsis
#include<allegro.h>intkeyboard_needs_poll();
