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; }