enabled keyrepeat; killed dead crap from MainWindow.cs
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user