This commit is contained in:
陈思海 2025-12-17 20:31:54 +08:00
parent bac473fe0f
commit 64c8c338c6

View File

@ -105,7 +105,6 @@ public static class InputDeviceWatcher
EmitChange();
}
// ------------------ 监听设备变更 --------------------
private static void OnDeviceChange(InputDevice device, InputDeviceChange change)
{
if (change == InputDeviceChange.Removed || change == InputDeviceChange.Disconnected)