Skip to content

Instantly share code, notes, and snippets.

@Cheaterman
Last active August 29, 2015 14:08
Show Gist options
  • Save Cheaterman/a99cd83b025829a75f76 to your computer and use it in GitHub Desktop.
Save Cheaterman/a99cd83b025829a75f76 to your computer and use it in GitHub Desktop.
for keyset in self.pressed_keys:
if keyset[1] == scancode:
self.pressed_keys.remove(keyset)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment