Man Page: sdl_enablekeyrepeat
Operating Environment: opensolaris
Section: 3
SDL_EnableKeyRepeat(3) SDL API Reference SDL_EnableKeyRepeat(3)NAMESDL_EnableKeyRepeat - Set keyboard repeat rate.SYNOPSIS#include "SDL.h" int SDL_EnableKeyRepeat(int delay, int interval);DESCRIPTIONEnables or disables the keyboard repeat rate. delay specifies how long the key must be pressed before it begins repeating, it then repeats at the speed specified by interval. Both delay and interval are expressed in milliseconds. Setting delay to 0 disables key repeating completely. Good default values are SDL_DEFAULT_REPEAT_DELAY and SDL_DEFAULT_REPEAT_INTERVAL.RETURN VALUEReturns 0 on success and -1 on failure.SDLTue 11 Sep 2001, 22:59 SDL_EnableKeyRepeat(3)
| Related Man Pages |
|---|
| kbdrate(8) - centos |
| xkbsetautorepeatrate(3) - centos |
| xkbgetautorepeatrate(3) - x11r4 |
| xkbsetautorepeatrate(3) - x11r4 |
| sdl::event(3) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| How to learn UNIX |
| PHP Man Pages Now Available (Over 10,000) |
| Study UNIX Kernel |
| Change directory for core file |
| Shopt -s histappend |