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 don't work - US keyboard issue? #1

Open
ggilder opened this issue Dec 14, 2010 · 1 comment
Open

Keys don't work - US keyboard issue? #1

ggilder opened this issue Dec 14, 2010 · 1 comment

Comments

@ggilder
Copy link

ggilder commented Dec 14, 2010

Just checked out your game, cool project! I noticed that the keyboard controls were not working on my keyboard until I changed GameWindowController.rb, line 19, to:
key = event.characters[0].bytes.to_a[0]

Using zero index instead of -1... maybe this is a difference between keyboard events for different regions?

-Gabriel

@locks
Copy link

locks commented Jan 6, 2011

same here. I'm using a european portuguese layout, oh and I can't move my plane just switch the camera to the sides, change the score and pause.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants