From 2872eb224e9f3ec6947542f2d7ac0ad288574cf1 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Tue, 17 May 2011 15:48:23 +0200 Subject: Added a console-like window which doesn't do anything interesting yet. --- main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp index 4d050fc..be24747 100644 --- a/main.cpp +++ b/main.cpp @@ -29,6 +29,7 @@ int main(int argc, char **argv) { Scene *scene = new Scene(); SDL_ShowCursor(SDL_DISABLE); + SDL_EnableUNICODE(1); SDL_WarpMouse(video::width/2, video::height/2); scene->last_time = SDL_GetTicks(); -- cgit v1.2.3