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 3f3c528 commit b803b1dCopy full SHA for b803b1d
Assets/Tests/InputSystem/CorePerformanceTests.cs
@@ -126,8 +126,6 @@ public void Performance_ReadEveryKey()
126
int keyIndex = 0;
127
foreach (var key in keyboard.allKeys)
128
{
129
- if (++keyIndex == (int)KeyEx.IMESelected) // Skip IMESelected as it's not a real key. TODO This is incorrect, it should not even be there
130
- continue;
131
key.ReadValue();
132
}
133
})
0 commit comments