Talk:Game development HOWTO

From OLPC
Revision as of 19:53, 4 January 2013 by 164.73.32.124 (talk) (Created page with 'Hi, I don't know where to ask it, so I do it here. This page it's very interesting and usefull. Now, we are having a problem when capturing user input. What we need to do is to l…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Hi, I don't know where to ask it, so I do it here. This page it's very interesting and usefull. Now, we are having a problem when capturing user input. What we need to do is to let the user write some words with accents and "eñes", but the log shows errors like "Key ntilde unrecognized". What can be the problem? Whe are capturing the events using pausescreen, but it doesn't work even if we use pygame.events. In addition, if we run aour activity using the command "python main.py", it works fine!

Thank you!