Code review comment for lp://staging/~mzanetti/unity8/alt-input

Revision history for this message
Michael Zanetti (mzanetti) wrote :

> In function test_altComboIsDispatched():
>
> + compare(inputCatcher.pressedKeys.length, 2);
>
> this should test for released keys (inputCatcher.releasedKeys.length)

good catch. fixed

« Back to merge proposal