Disable key repeat, this breaks Zoom and other things

This commit is contained in:
Simon 2010-12-29 22:30:20 +00:00
parent c913fd55d3
commit b57b017907

View File

@ -3386,7 +3386,7 @@ void sdl_open(void)
SDL_WM_SetCaption("The Powder Toy", "Powder Toy"); SDL_WM_SetCaption("The Powder Toy", "Powder Toy");
sdl_seticon(); sdl_seticon();
SDL_EnableUNICODE(1); SDL_EnableUNICODE(1);
SDL_EnableKeyRepeat(SDL_DEFAULT_REPEAT_DELAY, SDL_DEFAULT_REPEAT_INTERVAL); //SDL_EnableKeyRepeat(SDL_DEFAULT_REPEAT_DELAY, SDL_DEFAULT_REPEAT_INTERVAL);
} }
#ifdef OpenGL #ifdef OpenGL