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

Title: Getting close : sdl heretic for zaurus
Post 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
Title: Getting close : sdl heretic for zaurus
Post by: lpotter on July 25, 2004, 10:24:12 pm
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
Title: Getting close : sdl heretic for zaurus
Post by: cmisip on July 26, 2004, 11:28:25 pm
I found out that the code was "32".

Finnished sdl heretic.  I uploaded it to the website below for anyone interested.