Skip to content
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

Keys get stuck #10

Closed
GoogleCodeExporter opened this issue Apr 15, 2015 · 3 comments
Closed

Keys get stuck #10

GoogleCodeExporter opened this issue Apr 15, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

Sometimes the player will keep walking forever, because the fact a key has been 
released has not been registered by the game. This probably happens when the 
game loses focus, so it doesn't realize you've stopped pressing a key. Maybe 
handle the blur event on the web page to avoid this?

Original issue reported on code.google.com by [email protected] on 7 Apr 2014 at 9:06

@GoogleCodeExporter
Copy link
Author

The change for this is done now.

Original comment by Mikhail.Bratus on 3 Mar 2015 at 4:39

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

What you fixed: keys getting stuck when moving from one room to another.

What this bug was about: keys getting stuck if your browser loses focus. Try 
walking, then hit Windows + D as you walk. Come back to the game: Jesus will be 
stuck walking.

But anyway, browser-specific bugs are not important.

Original comment by [email protected] on 3 Mar 2015 at 7:39

@GoogleCodeExporter
Copy link
Author

they are not important. Now I understand the problem

Original comment by Mikhail.Bratus on 3 Mar 2015 at 11:20

GoogleCodeExporter pushed a commit that referenced this issue Apr 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant