Tao.Sdl SDK Documentation

Sdl.SDL_DEFAULT_REPEAT_DELAY Field

Enable/Disable keyboard repeat. Keyboard repeat defaults to off. 'delay' is the initial delay in ms between the time when a key is pressed, and keyboard repeat begins.

[Visual Basic]
Public Const SDL_DEFAULT_REPEAT_DELAY As Integer = 500
[C#]
public const int SDL_DEFAULT_REPEAT_DELAY = 500;

See Also

Sdl Class | Tao.Sdl Namespace | SDL_EnableKeyRepeat