On Tue, Nov 11, 2008 at 11:32 AM, Eniko <[EMAIL PROTECTED]> wrote: > > For some reason Pyglet isn't trapping my print screen button on > Windows XP Pro. There's a constant for the key in the documentation, > so I'm assuming this is not somehow the intended behaviour? Pretty > much all other keys seem to be working just fine. > > So, thoughts? O_o;
The print screen key is reserved on Windows for taking screenshots. It's probably possible to override this behaviour using the win32 RegisterHotKey API, but definitely not recommended. Alex. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
