From 7578717a5a6ff8aff7d0b6a304d832e46eee5938 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 15 Jun 2006 05:09:14 +0000 Subject: [PATCH] comment --- stepmania/src/RageInputDevice.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stepmania/src/RageInputDevice.cpp b/stepmania/src/RageInputDevice.cpp index 83e44ca36c..59d8632286 100644 --- a/stepmania/src/RageInputDevice.cpp +++ b/stepmania/src/RageInputDevice.cpp @@ -258,6 +258,8 @@ static const char *InputDeviceNames[] = { XToString( InputDevice, NUM_INPUT_DEVICES ); StringToX( InputDevice ); +/* Return a reversible representation of a DeviceInput. This is not affected by InputDrivers, + * localization or the keyboard language. */ RString DeviceInput::ToString() const { if( device == DEVICE_NONE )