logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

keyboard_needs_poll - Tells if the keyboard needs polling. Allegro game programming library.

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();

See Also