New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Potential problem: Set equality used in Keyboard.keysDown #493

Closed
jvoigtlaender opened this Issue Jan 28, 2016 · 0 comments

Comments

Projects
None yet
2 participants
@jvoigtlaender
Contributor

jvoigtlaender commented Jan 28, 2016

See this line. Via Signal.dropRepeats, equality (==) on Set KeyCode values is used there. But equality on sets is currently implemented in an unreliable way.

@evancz evancz closed this May 11, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment