We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1d7e2c commit b4971d3Copy full SHA for b4971d3
Packages/com.unity.inputsystem/Tests/TestFixture/InputTestRuntime.cs
@@ -359,7 +359,7 @@ public struct PairedUser
359
public Action onShutdown { get; set; }
360
public Action<bool> onPlayerFocusChanged { get; set; }
361
public bool isPlayerFocused => m_HasFocus;
362
- public float pollingFrequency { get; set; }
+ public float pollingFrequency { get; set; } = 60.0f; // At least 60 Hz by default
363
public double currentTime { get; set; }
364
public double currentTimeForFixedUpdate { get; set; }
365
public float unscaledGameTime { get; set; } = 1;
0 commit comments