Created
July 11, 2016 21:43
-
-
Save tbruyelle/62e070bf4a3aef7d104d000969bcdba5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.debounce(100) | |
.filter(val -> { | |
if (allKeys[val]) { | |
allKeys[val] = false; | |
return true; | |
} | |
return false; | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment