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;