From dcf0153b0c4cee132a3ce21bab2b222ed3703bc5 Mon Sep 17 00:00:00 2001 From: relnev Date: Wed, 8 Jan 2003 11:54:32 +0000 Subject: input -- only thing that should be missing is the rest of the keysyms git-svn-id: svn://svn.icculus.org/blackshades/trunk@46 5198baeb-e213-0410-be47-fc2ff85ca46f --- Source/GameInitDispose.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/GameInitDispose.cpp') diff --git a/Source/GameInitDispose.cpp b/Source/GameInitDispose.cpp index 030e487..3a770ea 100644 --- a/Source/GameInitDispose.cpp +++ b/Source/GameInitDispose.cpp @@ -3807,6 +3807,8 @@ int Game::InitGL(GLvoid) } SDL_WM_SetCaption("Black Shades", "Black Shades"); + + SDL_EnableUNICODE(1); /* toggle it to ON */ #endif -- cgit v1.2.3