Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
SDL_EnableKeyRepeat(3) | SDL API Reference | SDL_EnableKeyRepeat(3) |
NAME
SDL_EnableKeyRepeat - Set keyboard repeat rate.SYNOPSIS
#include "SDL.h"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.RETURN VALUE
Returns 0 on success and -1 on failure.Tue 11 Sep 2001, 22:59 | SDL |