Edit box key repeat?

For help with general CEGUI usage:
- Questions about the usage of CEGUI and its features, if not explained in the documentation.
- Problems with the CMAKE configuration or problems occuring during the build process/compilation.
- Errors or unexpected behaviour.

Moderators: CEGUI MVP, CEGUI Team

Rakkar
Not too shy to talk
Not too shy to talk
Posts: 34
Joined: Tue Aug 15, 2006 02:49

Edit box key repeat?

Postby Rakkar » Fri May 11, 2007 18:15

Do edit boxes not have key repeat or am I doing something wrong?

Pompei2
Home away from home
Home away from home
Posts: 489
Joined: Tue May 23, 2006 16:31

Postby Pompei2 » Sun May 13, 2007 12:53

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 );


Return to “Help”

Who is online

Users browsing this forum: Google [Bot] and 8 guests