set_keyboard_rate(3alleg4) v7 man page | unix.com

Man Page: set_keyboard_rate

Operating Environment: v7

Section: 3alleg4

set_keyboard_rate(3alleg4)					  Allegro manual					set_keyboard_rate(3alleg4)

NAME
set_keyboard_rate - Sets the keyboard repeat rate. Allegro game programming library. 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. SEE ALSO
install_keyboard(3alleg4), readkey(3alleg4), ureadkey(3alleg4) Allegro version 4.4.2 set_keyboard_rate(3alleg4)
Related Man Pages
install_keyboard(3alleg4) - suse
install_keyboard(3alleg4) - centos
install_keyboard(3alleg4) - osx
install_keyboard(3alleg4) - opendarwin
install_keyboard(3alleg4) - v7
Similar Topics in the Unix Linux Community
The efficiency between GREP and SED???
Need help to compile and create python64 bit (2.7.9) on Solaris10
Read a file and save every word in a variable to use
Required libs to compile libXft
Bash - here document on RHEL 6.8 and 6.9 servers aren't working