This commit is contained in:
陈思海 2025-12-05 20:57:19 +08:00
parent 0102406668
commit e51e3e78e4

View File

@ -78,7 +78,7 @@ public static class InputDeviceWatcher
OnDeviceChanged = null; OnDeviceChanged = null;
initialized = false; initialized = false;
} }
private static void OnAnyInputPerformed(InputAction.CallbackContext ctx) private static void OnAnyInputPerformed(InputAction.CallbackContext ctx)
{ {
if (ctx.control == null || ctx.control.device == null) return; if (ctx.control == null || ctx.control.device == null) return;