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 )