mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-04-29 19:54:27 +02:00
test to ID input issue TO REVERT
This commit is contained in:
parent
254e725b6f
commit
21ce6290f4
@ -158,6 +158,7 @@ namespace HeavenStudio
|
||||
foreach (InputController i in inputDevices)
|
||||
{
|
||||
if (i == null) continue;
|
||||
Debug.Log($"Polling controller {i.GetDeviceName()} (frame {Time.frameCount})");
|
||||
i.UpdateState();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user