Thread
:
First porting effort.. atari800 emulator
View Single Post
qwerty12
2008-03-24 , 18:34
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
.
Quote & Reply
|
The Following User Says Thank You to qwerty12 For This Useful Post:
tobiasj
qwerty12
View Public Profile
Find all posts by qwerty12