forked from sin365/AxibugEmuOnline
inputsystem debug
This commit is contained in:
parent
51d638e116
commit
b07972f66d
@ -79,6 +79,13 @@ namespace AxibugEmuOnline.Client.InputDevices
|
|||||||
{
|
{
|
||||||
foreach (var device in m_devices.Values) device.Update();
|
foreach (var device in m_devices.Values) device.Update();
|
||||||
|
|
||||||
|
DebugInputSystem();
|
||||||
|
}
|
||||||
|
|
||||||
|
private static void DebugInputSystem()
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
#if ENABLE_INPUT_SYSTEM
|
||||||
foreach (var device in InputSystem.devices)
|
foreach (var device in InputSystem.devices)
|
||||||
{
|
{
|
||||||
if (device is Mouse)
|
if (device is Mouse)
|
||||||
@ -91,7 +98,7 @@ namespace AxibugEmuOnline.Client.InputDevices
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user