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

RELATED TO clear_keybuf…

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