OESF Portables Forum
Everything Else => Zaurus - Everything Development => Distros, Development, and Model Specific Forums => Archived Forums => Qt/Qtopia => Topic started by: cmisip on July 25, 2004, 08:30:00 pm
-
Working on cross compiling this for the zaurus.
Its working but I need to map the fire key to the select button.
The Cancel is 27 while OK is 13.
Anybody know what the code is for the Select button in the middle of the Navigation buttons on the 5600?
Thanks
-
Why not use Key_Cancel, Key_Ok, and Key_Space for those?
(the toggle button being pushed uses Key_Space)
You can find the qkeymap in qnamespace.h
-
I found out that the code was "32".
Finnished sdl heretic. I uploaded it to the website below for anyone interested.