From e51e3e78e4776fbd6b3ddfa8f917828cb70e0162 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=80=9D=E6=B5=B7?= <1464576565@qq.com> Date: Fri, 5 Dec 2025 20:57:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Runtime/Input/InputDeviceWatcher.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Runtime/Input/InputDeviceWatcher.cs b/Runtime/Input/InputDeviceWatcher.cs index de752d1..d2a3ed5 100644 --- a/Runtime/Input/InputDeviceWatcher.cs +++ b/Runtime/Input/InputDeviceWatcher.cs @@ -78,7 +78,7 @@ public static class InputDeviceWatcher OnDeviceChanged = null; initialized = false; } - + private static void OnAnyInputPerformed(InputAction.CallbackContext ctx) { if (ctx.control == null || ctx.control.device == null) return;