|
NAMEset_keyboard_rate - Sets the keyboard repeat rate. Allegro game programming library.SYNOPSIS#include <allegro.h>void set_keyboard_rate(int delay, int repeat); DESCRIPTIONSets the keyboard repeat rate. Times are given in milliseconds. Passing zero times will disable the key repeat.SEE ALSOinstall_keyboard(3), readkey(3), ureadkey(3)
Visit the GSP FreeBSD Man Page Interface. |