enabled keyrepeat; killed dead crap from MainWindow.cs

This commit is contained in:
Chris Forbes
2010-02-22 21:27:52 +13:00
parent 28215387cb
commit 06d569dea5
2 changed files with 1 additions and 129 deletions

View File

@@ -66,6 +66,7 @@ namespace OpenRa.GlRenderer
Sdl.SDL_WM_SetCaption("OpenRA", "OpenRA");
Sdl.SDL_ShowCursor(0);
Sdl.SDL_EnableUNICODE( 1 );
Sdl.SDL_EnableKeyRepeat(Sdl.SDL_DEFAULT_REPEAT_INTERVAL, Sdl.SDL_DEFAULT_REPEAT_DELAY);
CheckGlError();