If you use pygame, make sure you get the latest olpcgames code from lincoln quirk (lincolnquirk on irc) that adds the bindings for the game keys. To use them in pygame, they are

        'KP_Page_Up' : pygame.K_KP9,
        'KP_Page_Down' : pygame.K_KP3,
        'KP_End' : pygame.K_KP1,
        'KP_Home' : pygame.K_KP7,
        'KP_Up': pygame.K_KP8,
        'KP_Down': pygame.K_KP2,
        'KP_Left': pygame.K_KP4,
        'KP_Right': pygame.K_KP6

These are from canvas.py within the olpcgames code. I believe the keys on the right side of the monitor are up/down/left/right, and on the left are page_up/page_dn/home/end .

Cheers,

Julius

------------------------------------------------------------------------ ---------------
Please Reply to My Permanent Address: [EMAIL PROTECTED]
http://www.openwetware.org/wiki/User:Julius_B._Lucks
------------------------------------------------------------------------ ----------------



On Jul 3, 2007, at 7:31 PM, Erik Blankinship wrote:

What should activities connect to to receive game key presses (e.g.
the playstation buttons)?


_______________________________________________
Sugar mailing list
[email protected]
http://lists.laptop.org/listinfo/sugar

_______________________________________________
Sugar mailing list
[email protected]
http://lists.laptop.org/listinfo/sugar

Reply via email to