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

Raspberry Pi 2 Issues with button press #20

Open
jgluck opened this issue May 21, 2015 · 1 comment
Open

Raspberry Pi 2 Issues with button press #20

jgluck opened this issue May 21, 2015 · 1 comment

Comments

@jgluck
Copy link

jgluck commented May 21, 2015

Retrogame isn't noticing button presses (debugging with http://wiringpi.com/the-gpio-utility/ I can see the pins go from high to low when I press them, but it doesn't reliably send the key stroke).

Advice?

-Jon

@renatoaloi
Copy link

Hi! Same thing here! I've managed to find out why that occurs. The buttons are mapped to Right Control and Alt keys, by default... The thing is Right-Ctrl and Right-Alt are not printable char keys...
But if you map the buttons as... let's say KEY_ENTER or KEY_ESC you will see them working off.
Sorry about my bad english writting. I am brazilian.
Renato

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