Closed GoogleCodeExporter closed 8 years ago
Yes, this just the way this version of MAME engine works.
Original comment by squid...@gmail.com
on 24 Aug 2013 at 1:55
I looked at src/rpi/input.cpp. It has these lines in a table:
{ "ALT", KEY_ALT, KEYCODE_LALT },
{ "ALTGR", KEY_ALTGR, KEYCODE_RALT },
It looks like there should be some support for both left and right Alt keys.
But sadly, no matter which Alt key I hit, it shows up as "ALT" and never
"ALTGR". I might later take a closer look and let you know if I see an easy
fix. Thanks!
Original comment by brane99...@gmail.com
on 1 Sep 2013 at 4:40
Yes but it doesn't appear to be recognised in SDL input which is the interface
I use. I don't thinnk there's a solution to this.
Original comment by squid...@gmail.com
on 2 Sep 2013 at 3:11
Not fixable with SDL.
Original comment by squid...@gmail.com
on 10 Oct 2013 at 3:07
Original issue reported on code.google.com by
brane99...@gmail.com
on 23 Aug 2013 at 7:00