From ca54debc486c2e6c4ece5dbef4e8d99fdd63fde1 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 17 Jan 2003 20:19:34 +0000 Subject: [PATCH] add comment --- stepmania/src/RageInput.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/stepmania/src/RageInput.cpp b/stepmania/src/RageInput.cpp index 5bff68f4ff..a2a0ac0ef5 100644 --- a/stepmania/src/RageInput.cpp +++ b/stepmania/src/RageInput.cpp @@ -328,7 +328,10 @@ RageInput::RageInput() // Init keyboard // SDL_EnableKeyRepeat( 0, 0 ); - + /* If we use key events, we can do this to get Unicode values + * in the key struct, which (with a little more work) will make + * us work on international keyboards: */ + // SDL_EnableUNICODE( 1 ); // // Init joysticks