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 20e6920 commit 1e95882Copy full SHA for 1e95882
Packages/com.unity.inputsystem/InputSystem/InputManager.cs
@@ -4161,7 +4161,7 @@ internal void RestoreStateWithoutDevices(SerializedState state)
4161
scrollDeltaBehavior = state.scrollDeltaBehavior;
4162
m_Metrics = state.metrics;
4163
m_PollingFrequency = state.pollingFrequency;
4164
- m_InputEventHandledPolicy = InputEventHandledPolicy.SuppressStateUpdates; // TODO Make sure we always restore: state.inputEventHandledPolicy;
+ m_InputEventHandledPolicy = state.inputEventHandledPolicy;
4165
4166
if (m_Settings != null)
4167
Object.DestroyImmediate(m_Settings);
0 commit comments