On Sat, Jul 11, 2009 at 7:07 AM, Mikael Lind <[email protected]> wrote:
> > Hi, > > How do I handle international keys properly with Pyglet? I would like > to convert the keyboard event to a unicode character. > > Regards, > Mikael Lind > To deal with text input you should be handling the on_text() event, and this (in theory, at least) correctly interprets unicode characters from the operating systems input mechanism. I can confirm that it correctly handles unicode character input under Mac OS X. -- Tristam MacDonald http://swiftcoder.wordpress.com/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en -~----------~----~----~----~------~----~------~--~---
