Penguin

SDL_!EnableKeyRepeat?

SDL_!EnableKeyRepeat?

NAME SYNOPSIS DESCRIPTION RETURN VALUE


NAME

SDL_!EnableKeyRepeat?- Set keyboard repeat rate.

SYNOPSIS

#include

int SDL_!EnableKeyRepeat?(int delay, int interval);

DESCRIPTION

Enables or disables the keyboard repeat rate.

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.


This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.