Mercurial > sdl-ios-xcode
diff src/events/SDL_events.c @ 2129:047245361002
Key repeat is handled by the OS, since text input is now decoupled from physical key events.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 16 Jun 2007 15:32:04 +0000 |
parents | 542c78b6fb12 |
children | f1d07ba2e275 204be4fc2726 |
line wrap: on
line diff
--- a/src/events/SDL_events.c Sat Jun 16 05:52:34 2007 +0000 +++ b/src/events/SDL_events.c Sat Jun 16 15:32:04 2007 +0000 @@ -111,10 +111,6 @@ if (_this) { _this->PumpEvents(_this); } - - /* Queue pending key-repeat events */ - SDL_CheckKeyRepeat(); - #if !SDL_JOYSTICK_DISABLED /* Check for joystick state change */ if (SDL_numjoysticks && (SDL_eventstate & SDL_JOYEVENTMASK)) { @@ -386,10 +382,6 @@ if (_this) { _this->PumpEvents(_this); } - - /* Queue pending key-repeat events */ - SDL_CheckKeyRepeat(); - #if !SDL_JOYSTICK_DISABLED /* Check for joystick state change */ if (SDL_numjoysticks && (SDL_eventstate & SDL_JOYEVENTMASK)) {