Change GetInputDeviceState to return InputDeviceState_NoInputHandler instead of InputDeviceState_Invalid

Rename "_Disconnected" to "_Unplugged"
This commit is contained in:
Chris Danford
2007-09-09 04:11:39 +00:00
parent bd7e452c33
commit 7ae238376d
3 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -151,7 +151,7 @@ InputDeviceState RageInput::GetInputDeviceState( InputDevice id )
}
}
return InputDeviceState_Invalid;
return InputDeviceState_NoInputHandler;
}
RString RageInput::GetDisplayDevicesString() const