From 1191ce43162107b7ebd586c1eaea26c073d89544 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=80=9D=E6=B5=B7?= <1464576565@qq.com> Date: Tue, 16 Dec 2025 14:15:17 +0800 Subject: [PATCH] aa --- 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 e0f7db1..cf50c8a 100644 --- a/Runtime/Input/InputDeviceWatcher.cs +++ b/Runtime/Input/InputDeviceWatcher.cs @@ -79,7 +79,7 @@ public static class InputDeviceWatcher OnDeviceChanged = null; initialized = false; - + _lastEmittedCategory = InputDeviceCategory.Keyboard; }