Author Topic: Getting close : sdl heretic for zaurus  (Read 3239 times)

cmisip

  • Sr. Member
  • ****
  • Posts: 256
    • View Profile
    • http://home.mchsi.com/~cmisip/index.htm
Getting close : sdl heretic for zaurus
« 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
Zaurus 5600
Zynergy Rootfs 1.1
Custom zImage

How Do You Do That in Linux

lpotter

  • Sr. Member
  • ****
  • Posts: 450
    • View Profile
    • http://qtopia.net
Getting close : sdl heretic for zaurus
« Reply #1 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
Software Engineer, Systems Group, MES, Trolltech
irc.freenode.net #qtopia
http://qtopia.net

cmisip

  • Sr. Member
  • ****
  • Posts: 256
    • View Profile
    • http://home.mchsi.com/~cmisip/index.htm
Getting close : sdl heretic for zaurus
« Reply #2 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.
Zaurus 5600
Zynergy Rootfs 1.1
Custom zImage

How Do You Do That in Linux