Tao.Sdl SDK Documentation

Sdl.SDL_EnableKeyRepeat Method 

[Visual Basic]
Public Shared Function SDL_EnableKeyRepeat( _
   ByVal rate As Integer, _
   ByVal delay As Integer _
) As Integer
[C#]
public static int SDL_EnableKeyRepeat(
   int rate,
   int delay
);

See Also

Sdl Class | Tao.Sdl Namespace