Tao.Sdl SDK Documentation |
|
Sdl.SDL_DEFAULT_REPEAT_INTERVAL Field
Enable/Disable keyboard repeat. Keyboard repeat defaults to off. 'interval' is the time in ms between keyboard repeat events.
[Visual Basic]
Public Const SDL_DEFAULT_REPEAT_INTERVAL As
Integer = 30
[C#]
public const
int SDL_DEFAULT_REPEAT_INTERVAL = 30;
See Also
Sdl Class | Tao.Sdl Namespace | SDL_EnableKeyRepeat