1keyboard_needs_poll(3) Allegro manual keyboard_needs_poll(3)
23
4
NAME
6keyboard_needs_poll - Tells if the keyboard needs polling. Allegro game
7programming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
int keyboard_needs_poll();
14
DESCRIPTION
16Returns TRUE if the current keyboard driver is operating in polling
17mode.
1819
SEE ALSO
21poll_keyboard(3), install_keyboard(3), key(3)
2223
24
25
Allegro version 4.4.3 keyboard_needs_poll(3)