Penguin
Blame: SDL_EnableKeyRepeat(3)
EditPageHistoryDiffInfoLikePages
Annotated edit history of SDL_EnableKeyRepeat(3) version 2, including all changes. View license author blame.
Rev Author # Line
2 perry 1 SDL_!EnableKeyRepeat
2 !!!SDL_!EnableKeyRepeat
1 perry 3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 RETURN VALUE
7 ----
8 !!NAME
9
10
2 perry 11 SDL_!EnableKeyRepeat- Set keyboard repeat rate.
1 perry 12 !!SYNOPSIS
13
14
15 __#include __
16
17
2 perry 18 __int SDL_!EnableKeyRepeat__(__int delay, int
1 perry 19 interval__);
20 !!DESCRIPTION
21
22
23 Enables or disables the keyboard repeat rate.
24
25
26 Setting __delay__ to 0 disables key repeating completely.
27 Good default values are __SDL_DEFAULT_REPEAT_DELAY__ and
28 ''SDL_DEFAULT_REPEAT_INTERVAL''.
29 !!RETURN VALUE
30
31
32 Returns __0__ on success and __-1__ on
33 failure.
34 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.