Page 1 of 1

Edit box key repeat?

Posted: Fri May 11, 2007 18:15
by Rakkar
Do edit boxes not have key repeat or am I doing something wrong?

Posted: Sun May 13, 2007 12:53
by Pompei2
AFAIK, CEGUI doesn't handle the key repeat, but it's your input library that needs to do this ! If you are using the SDL, you can activate key repeating by calling this:

Code: Select all

SDL_EnableKeyRepeat( SDL_DEFAULT_REPEAT_DELAY, SDL_DEFAULT_REPEAT_INTERVAL );