Change GetInputDeviceState to return InputDeviceState_NoInputHandler instead of InputDeviceState_Invalid
Rename "_Disconnected" to "_Unplugged"
This commit is contained in:
@@ -10,8 +10,9 @@
|
||||
|
||||
static const char *InputDeviceStateNames[] = {
|
||||
"Connected",
|
||||
"Disconnected",
|
||||
"MissingMultitap",
|
||||
"Unplugged",
|
||||
"NeedsMultitap",
|
||||
"NoInputHandler",
|
||||
};
|
||||
XToString( InputDeviceState );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user