-
Notifications
You must be signed in to change notification settings - Fork 13
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
Nanoscopic examples is not working properly #30
Comments
@anthonygalea do you know of any issues related to key-pressed handler in p5js? |
Not aware of any issues but what I just noticed is that when the canvas has focus it works. Haven't had time to check this issue but I have a vague recollection of seeing a commit related to global key events while working on the migration. |
Ah yes, this is the commit. Also, in this p5 example it explicitly states "Click on the image to give it focus". Can it be that global is no longer an option as before? |
ohhh. Actually I have different problem. I tried now and on macos chrome WASD keys work to steer the ship but left/right/up/down arrow keys don't work. |
Yes, for me it's the same, I had only tried WASD keys :) I think it boils down to While testing also found a bug which was fixed with |
After 3.0.0 the example stopped working propery: key presses don't have any effect
http://quil.info/sketches/show/example_nanoscopic
The text was updated successfully, but these errors were encountered: