SYNOPSIS

#include <allegro.h>

void set_keyboard_rate(int delay, int repeat);

DESCRIPTION

Sets the keyboard repeat rate. Times are given in milliseconds. Passing zero times will disable the key repeat.

RELATED TO set_keyboard_rate…

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