add comment

This commit is contained in:
Glenn Maynard
2003-01-17 20:19:34 +00:00
parent 5fa4c6b63f
commit ca54debc48
+4 -1
View File
@@ -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