Man Linux: Main Page and Category List

NAME

       clear_keybuf  -  Clears  the  keyboard buffer. Allegro game programming
       library.

SYNOPSIS

       #include <allegro.h>

       void clear_keybuf();

DESCRIPTION

       Empties the keyboard buffer. Usually you  want  to  use  this  in  your
       program  before  reading  keys  to avoid previously buffered keys to be
       returned by calls to readkey() or ureadkey().

SEE ALSO

       install_keyboard(3alleg),     keypressed(3alleg),      readkey(3alleg),
       ureadkey(3alleg)