redhat man page for sdl_enablekeyrepeat

Query: sdl_enablekeyrepeat

OS: redhat

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SDL_EnableKeyRepeat(3)						 SDL API Reference					    SDL_EnableKeyRepeat(3)

NAME
SDL_EnableKeyRepeat- Set keyboard repeat rate.
SYNOPSIS
#include "SDL.h" int SDL_EnableKeyRepeat(int delay, int interval);
DESCRIPTION
Enables or disables the keyboard repeat rate. delay specifies how long the key must be pressed before it begins repeating, it then repeats at the speed specified by interval. Both delay and interval are expressed in milliseconds. Setting delay to 0 disables key repeating completely. Good default values are SDL_DEFAULT_REPEAT_DELAY and SDL_DEFAULT_REPEAT_INTERVAL.
RETURN VALUE
Returns 0 on success and -1 on failure.
SDL
Tue 11 Sep 2001, 22:59 SDL_EnableKeyRepeat(3)
Related Man Pages
kbdrate(8) - linux
xkbgetautorepeatrate(3) - debian
kbdrate(8) - debian
xkbsetautorepeatrate(3) - suse
kbdrate(8) - suse
Similar Topics in the Unix Linux Community
Make all words begin with capital letter?
Reduced Activity Notification
Create an unconfigured VMware host from a template that is set to do firstboot --reconfig
About TODO
[TIP] Processing YAML files with yq