Y/A/X/B and L/R button mappings?


sirthunder516

Still Fresh
Joined
Nov 1, 2010
Messages
91
Age
28
Location
Here
Website
retronuggetdev.com
Hello everyone, I've been working on my submission to the Rebirth contest.


My program will have support for the gaming controls, but as I haven't had access to my Pandora for some time (waiting on an RMA), I don't remember what keys the Y/A/X/B and L/R buttons are mapped to by default. Could someone provide this information, or direct me towards some documentation?


Thanks in advance.
 
Is there a corresponding list for "pure" X keycodes? I'm playing around with an emulator that is written against just X at the moment.
 
The textstring I was looking for was something like XK_Control_R for the right shoulder button (being, from the view of X, the right hand control key). Which, I realise now, isn't really a key code, but rather a header file constant thingie. Still - Got it :)
 
Back
Top