View Single Post
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#7
As a fellow n00b developer (my crap port y/day )

Look in the c files for SDLK and something after it.

Run xev on the device and see which button does what and map that to the right button in http://www.libsdl.org/cgi/docwiki.cgi/SDLKey and change in the code.

Like middle dpad button= return (xev) = SDLK_RETURN
Full screen button at top = F6 (xev return value) = SDLK_F6

Last edited by qwerty12; 2008-03-24 at 18:37.
 

The Following User Says Thank You to qwerty12 For This Useful Post: