From 64c8c338c68f696050cbb71028d0663bdc6342f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=80=9D=E6=B5=B7?= <1464576565@qq.com> Date: Wed, 17 Dec 2025 20:31:54 +0800 Subject: [PATCH] 1 --- Runtime/Input/InputDeviceWatcher.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Runtime/Input/InputDeviceWatcher.cs b/Runtime/Input/InputDeviceWatcher.cs index 2aee144..5666299 100644 --- a/Runtime/Input/InputDeviceWatcher.cs +++ b/Runtime/Input/InputDeviceWatcher.cs @@ -105,7 +105,6 @@ public static class InputDeviceWatcher EmitChange(); } - // ------------------ 监听设备变更 -------------------- private static void OnDeviceChange(InputDevice device, InputDeviceChange change) { if (change == InputDeviceChange.Removed || change == InputDeviceChange.Disconnected)